Html Css Color HEX #CAB312 Bird Flower

📋 copy color: '#CAB312'

red 202 ◦ green 179 ◦ blue 18

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

Shades of Bird Flower #CAB312

Tints of Bird Flower #CAB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.86%

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

R = 50.63%
G = 44.86%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAB312 (or 0xCAB312) is known color: Bird Flower. HEX triplet: CA, B3 and 12. RGB value is (202,179,18). Sum of RGB (Red+Green+Blue) = 202+179+18=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB312 is #354CED. Grayscale: #A8A8A8. Windows color (decimal): -3493102 or 1225674. OLE color: 1225674.

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

Color convert

RGB 202 179 18 -
CMYK 0 0.11 0.91 0.21
HSL 52.5º 0.84% 0.43% -
HSV(B) 52.5º 0.91% 0.79% -
XYZ 40.59 44.84 7.09 -
YUV 167.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 202 179 18 0 0.11 0.91 0.21 52.5 0.84 0.43
Hex CA B3 12 0 B 5B 15 34 54 2B
Octal 312 263 22 0 13 133 25 64 124 53
Binary 11001010 10110011 10010 0 1011 1011011 10101 110100 1010100 101011

Color Harmonies of #CAB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB312

Black with #CAB312

Text Example


Text Example

White with #CAB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB312; }

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

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

background-color css

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

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

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

border-color css

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

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

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