#CAC707

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

Shades of Bird Flower #CAC707

Tints of Bird Flower #CAC707

Color information

#CAC707 (or 0xCAC707) is unknown color: approx Bird Flower. HEX triplet: CA, C7 and 07. RGB value is (202,199,7). Sum of RGB (Red+Green+Blue) = 202+199+7=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC707 is #3538F8. Grayscale: #B2B2B2. Windows color (decimal): -3487993 or 509898. OLE color: 509898.

HSL color Cylindrical-coordinate representation of color #CAC707: hue angle of 59.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAC707 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB2021997-
CMYK00.010.970.21
HSL59.08º93.3%40.98%-
HSV(B)59.08º96.53%79.22%-
XYZ44.8253.428.15-
YUV178.0131.49145.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 199 (78.12% from 255) = 48.77%
BLUE value IS 7 (3.12% from 255) = 1.72%
R=49.51%
G=48.77%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202199700.010.970.2159.0893.340.98
HexCAC770161153b5d29
Octal312307701141257313551
Binary1100101011000111111011100001101011110111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC707; }

 p { color: rgb(202,199,7); }

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

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

 a { background-color: rgb(202,199,7); }

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

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

 span { border-color: rgb(202,199,7); }

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