Html Css Color HEX #CAB205 Bird Flower

📋 copy color: '#CAB205'

red 202 ◦ green 178 ◦ blue 5

#CAB205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CAB205

Tints of Bird Flower #CAB205

RGB

 RED value IS 202 (79.3% from 255) = 52.47%

 GREEN value IS 178 (69.92% from 255) = 46.23%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 52.47%
G = 46.23%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAB205 (or 0xCAB205) is known color: Bird Flower. HEX triplet: CA, B2 and 05. RGB value is (202,178,5). Sum of RGB (Red+Green+Blue) = 202+178+5=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB205 is #354DFA. Grayscale: #A6A6A6. Windows color (decimal): -3493371 or 373450. OLE color: 373450.

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

Color convert

RGB 202 178 5 -
CMYK 0 0.12 0.98 0.21
HSL 52.69º 0.95% 0.41% -
HSV(B) 52.69º 0.98% 0.79% -
XYZ 40.3 44.41 6.59 -
YUV 165.45 37.45 154.07 -
System Red Green Blue C M Y K H S L
Decimal 202 178 5 0 0.12 0.98 0.21 52.69 0.95 0.41
Hex CA B2 5 0 C 62 15 35 5F 29
Octal 312 262 5 0 14 142 25 65 137 51
Binary 11001010 10110010 101 0 1100 1100010 10101 110101 1011111 101001

Color Harmonies of #CAB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB205

Black with #CAB205

Text Example


Text Example

White with #CAB205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB205; }

 p { color: rgb(202,178,5); }

 H1.HeaderClassName
 {
   color: #CAB205;
 }
 .AnyTagClassName
 {
   color: #CAB205;
 }
</style>

background-color css

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

 a { background-color: rgb(202,178,5); }

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

border-color css

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

 span { border-color: rgb(202,178,5); }

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