Html Css Color HEX #CAB210 Bird Flower

📋 copy color: '#CAB210'

red 202 ◦ green 178 ◦ blue 16

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

Shades of Bird Flower #CAB210

Tints of Bird Flower #CAB210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.04%

R = 51.01%
G = 44.95%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAB210 (or 0xCAB210) is known color: Bird Flower. HEX triplet: CA, B2 and 10. RGB value is (202,178,16). Sum of RGB (Red+Green+Blue) = 202+178+16=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB210 is #354DEF. Grayscale: #A7A7A7. Windows color (decimal): -3493360 or 1094346. OLE color: 1094346.

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

Color convert

RGB 202 178 16 -
CMYK 0 0.12 0.92 0.21
HSL 52.26º 0.85% 0.43% -
HSV(B) 52.26º 0.92% 0.79% -
XYZ 40.37 44.43 6.94 -
YUV 166.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 202 178 16 0 0.12 0.92 0.21 52.26 0.85 0.43
Hex CA B2 10 0 C 5C 15 34 55 2B
Octal 312 262 20 0 14 134 25 64 125 53
Binary 11001010 10110010 10000 0 1100 1011100 10101 110100 1010101 101011

Color Harmonies of #CAB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB210

Black with #CAB210

Text Example


Text Example

White with #CAB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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