#CAAF0F

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

Shades of Bird Flower #CAAF0F

Tints of Bird Flower #CAAF0F

Color information

#CAAF0F (or 0xCAAF0F) is unknown color: approx Bird Flower. HEX triplet: CA, AF and 0F. RGB value is (202,175,15). Sum of RGB (Red+Green+Blue) = 202+175+15=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAF0F is #3550F0. Grayscale: #A5A5A5. Windows color (decimal): -3494129 or 1028042. OLE color: 1028042.

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

Color convert

RGB20217515-
CMYK00.130.930.21
HSL51.34º86.18%42.55%-
HSV(B)51.34º92.57%79.22%-
XYZ39.7743.256.7-
YUV164.8343.45154.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 15 (6.25% from 255) = 3.83%
R=51.53%
G=44.64%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021751500.130.930.2151.3486.1842.55
HexCAAFF0D5D1533562b
Octal31225717015135256312653
Binary11001010101011111111011011011101101011100111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF0F; }

 p { color: rgb(202,175,15); }

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

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

 a { background-color: rgb(202,175,15); }

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

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

 span { border-color: rgb(202,175,15); }

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