Html Css Color HEX #CAB712 Bird Flower

📋 copy color: '#CAB712'

red 202 ◦ green 183 ◦ blue 18

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

Shades of Bird Flower #CAB712

Tints of Bird Flower #CAB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

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

R = 50.12%
G = 45.41%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAB712 (or 0xCAB712) is known color: Bird Flower. HEX triplet: CA, B7 and 12. RGB value is (202,183,18). Sum of RGB (Red+Green+Blue) = 202+183+18=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB712 is #3548ED. Grayscale: #AAAAAA. Windows color (decimal): -3492078 or 1226698. OLE color: 1226698.

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

Color convert

RGB 202 183 18 -
CMYK 0 0.09 0.91 0.21
HSL 53.8º 0.84% 0.43% -
HSV(B) 53.8º 0.91% 0.79% -
XYZ 41.4 46.47 7.36 -
YUV 169.87 42.29 150.92 -
System Red Green Blue C M Y K H S L
Decimal 202 183 18 0 0.09 0.91 0.21 53.8 0.84 0.43
Hex CA B7 12 0 9 5B 15 36 54 2B
Octal 312 267 22 0 11 133 25 66 124 53
Binary 11001010 10110111 10010 0 1001 1011011 10101 110110 1010100 101011

Color Harmonies of #CAB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB712

Black with #CAB712

Text Example


Text Example

White with #CAB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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