Html Css Color HEX #CAB912 Bird Flower

📋 copy color: '#CAB912'

red 202 ◦ green 185 ◦ blue 18

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

Shades of Bird Flower #CAB912

Tints of Bird Flower #CAB912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 49.88%
G = 45.68%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAB912 (or 0xCAB912) is known color: Bird Flower. HEX triplet: CA, B9 and 12. RGB value is (202,185,18). Sum of RGB (Red+Green+Blue) = 202+185+18=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB912 is #3546ED. Grayscale: #ABABAB. Windows color (decimal): -3491566 or 1227210. OLE color: 1227210.

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

Color convert

RGB 202 185 18 -
CMYK 0 0.08 0.91 0.21
HSL 54.46º 0.84% 0.43% -
HSV(B) 54.46º 0.91% 0.79% -
XYZ 41.82 47.3 7.5 -
YUV 171.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 202 185 18 0 0.08 0.91 0.21 54.46 0.84 0.43
Hex CA B9 12 0 8 5B 15 36 54 2B
Octal 312 271 22 0 10 133 25 66 124 53
Binary 11001010 10111001 10010 0 1000 1011011 10101 110110 1010100 101011

Color Harmonies of #CAB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB912

Black with #CAB912

Text Example


Text Example

White with #CAB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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