#cac614

Color #CAC614 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CAC614

Tints of Bird Flower #CAC614

Color information

#CAC614 (or 0xCAC614) is unknown color: approx Bird Flower. HEX triplet: CA, C6 and 14. RGB value is (202,198,20). Sum of RGB (Red+Green+Blue) = 202+198+20=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC614 is #3539EB. Grayscale: #B3B3B3. Windows color (decimal): -3488236 or 1361610. OLE color: 1361610.

HSL color Cylindrical-coordinate representation of color #CAC614: hue angle of 58.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAC614 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20219820-
CMYK00.020.900.21
HSL58.68º81.98%43.53%-
HSV(B)58.68º90.1%79.22%-
XYZ44.68538.54-
YUV178.938.33144.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 20 (8.20% from 255) = 4.76%
R=48.10%
G=47.14%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021982000.020.900.2158.6881.9843.53
HexCAC614025A153b522c
Octal3123062402132257312254
Binary1100101011000110101000101011010101011110111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cac614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cac614; }

 p { color: rgb(202,198,20); }

 H1.HeaderClassName
 {
   color: #cac614;
 }
 .AnyTagClassName
 {
   color: #cac614;
 }
</style>
background-color css

<style>
 a { background-color: #cac614; }

 a { background-color: rgb(202,198,20); }

 div.DivClassName
 {
   background-color: #cac614;
 }
 .BgClassName
 {
   background-color: #cac614;
 }
</style>
border-color css

<style>
 span { border-color: #cac614; }

 span { border-color: rgb(202,198,20); }

 td.TdClassName
 {
   border-color: #cac614;
 }
 .TagClassName
 {
   border-color: #cac614;
 }
</style>