Html Css Color HEX #CAB220 Bird Flower

📋 copy color: '#CAB220'

red 202 ◦ green 178 ◦ blue 32

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

Shades of Bird Flower #CAB220

Tints of Bird Flower #CAB220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.77%

R = 49.03%
G = 43.2%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAB220 (or 0xCAB220) is known color: Bird Flower. HEX triplet: CA, B2 and 20. RGB value is (202,178,32). Sum of RGB (Red+Green+Blue) = 202+178+32=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB220 is #354DDF. Grayscale: #A9A9A9. Windows color (decimal): -3493344 or 2142922. OLE color: 2142922.

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

Color convert

RGB 202 178 32 -
CMYK 0 0.12 0.84 0.21
HSL 51.53º 0.73% 0.46% -
HSV(B) 51.53º 0.84% 0.79% -
XYZ 40.54 44.5 7.82 -
YUV 168.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 202 178 32 0 0.12 0.84 0.21 51.53 0.73 0.46
Hex CA B2 20 0 C 54 15 34 49 2E
Octal 312 262 40 0 14 124 25 64 111 56
Binary 11001010 10110010 100000 0 1100 1010100 10101 110100 1001001 101110

Color Harmonies of #CAB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB220

Black with #CAB220

Text Example


Text Example

White with #CAB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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