#CAAE0D

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

Shades of Bird Flower #CAAE0D

Tints of Bird Flower #CAAE0D

Color information

#CAAE0D (or 0xCAAE0D) is unknown color: approx Bird Flower. HEX triplet: CA, AE and 0D. RGB value is (202,174,13). Sum of RGB (Red+Green+Blue) = 202+174+13=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAE0D is #3551F2. Grayscale: #A4A4A4. Windows color (decimal): -3494387 or 896714. OLE color: 896714.

HSL color Cylindrical-coordinate representation of color #CAAE0D: hue angle of 51.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAAE0D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20217413-
CMYK00.140.940.21
HSL51.11º87.91%42.16%-
HSV(B)51.11º93.56%79.22%-
XYZ39.5742.866.57-
YUV164.0242.78155.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 13 (5.47% from 255) = 3.34%
R=51.93%
G=44.73%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021741300.140.940.2151.1187.9142.16
HexCAAED0E5E1533582a
Octal31225615016136256313052
Binary11001010101011101101011101011110101011100111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE0D; }

 p { color: rgb(202,174,13); }

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

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

 a { background-color: rgb(202,174,13); }

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

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

 span { border-color: rgb(202,174,13); }

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