Html Css Color HEX #CAB920 Bird Flower

📋 copy color: '#CAB920'

red 202 ◦ green 185 ◦ blue 32

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

Shades of Bird Flower #CAB920

Tints of Bird Flower #CAB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

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

R = 48.21%
G = 44.15%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAB920 (or 0xCAB920) is known color: Bird Flower. HEX triplet: CA, B9 and 20. RGB value is (202,185,32). Sum of RGB (Red+Green+Blue) = 202+185+32=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB920 is #3546DF. Grayscale: #ADADAD. Windows color (decimal): -3491552 or 2144714. OLE color: 2144714.

HSL color Cylindrical-coordinate representation of color #CAB920: hue angle of 54º 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 #CAB920 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 32 -
CMYK 0 0.08 0.84 0.21
HSL 54º 0.73% 0.46% -
HSV(B) 54º 0.84% 0.79% -
XYZ 41.97 47.36 8.3 -
YUV 172.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 202 185 32 0 0.08 0.84 0.21 54 0.73 0.46
Hex CA B9 20 0 8 54 15 36 49 2E
Octal 312 271 40 0 10 124 25 66 111 56
Binary 11001010 10111001 100000 0 1000 1010100 10101 110110 1001001 101110

Color Harmonies of #CAB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB920

Black with #CAB920

Text Example


Text Example

White with #CAB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB920; }

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

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

background-color css

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

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

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

border-color css

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

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

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