Html Css Color HEX #CAB212 Bird Flower

📋 copy color: '#CAB212'

red 202 ◦ green 178 ◦ blue 18

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

Shades of Bird Flower #CAB212

Tints of Bird Flower #CAB212

RGB

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

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

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

R = 50.75%
G = 44.72%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAB212 (or 0xCAB212) is known color: Bird Flower. HEX triplet: CA, B2 and 12. RGB value is (202,178,18). Sum of RGB (Red+Green+Blue) = 202+178+18=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB212 is #354DED. Grayscale: #A7A7A7. Windows color (decimal): -3493358 or 1225418. OLE color: 1225418.

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

Color convert

RGB 202 178 18 -
CMYK 0 0.12 0.91 0.21
HSL 52.17º 0.84% 0.43% -
HSV(B) 52.17º 0.91% 0.79% -
XYZ 40.39 44.44 7.02 -
YUV 166.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 202 178 18 0 0.12 0.91 0.21 52.17 0.84 0.43
Hex CA B2 12 0 C 5B 15 34 54 2B
Octal 312 262 22 0 14 133 25 64 124 53
Binary 11001010 10110010 10010 0 1100 1011011 10101 110100 1010100 101011

Color Harmonies of #CAB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB212

Black with #CAB212

Text Example


Text Example

White with #CAB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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