Html Css Color HEX #CAB011 Bird Flower

📋 copy color: '#CAB011'

red 202 ◦ green 176 ◦ blue 17

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

Shades of Bird Flower #CAB011

Tints of Bird Flower #CAB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

 BLUE value IS 17 (7.03% from 255) = 4.3%

R = 51.14%
G = 44.56%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAB011 (or 0xCAB011) is known color: Bird Flower. HEX triplet: CA, B0 and 11. RGB value is (202,176,17). Sum of RGB (Red+Green+Blue) = 202+176+17=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB011 is #354FEE. Grayscale: #A6A6A6. Windows color (decimal): -3493871 or 1159370. OLE color: 1159370.

HSL color Cylindrical-coordinate representation of color #CAB011: hue angle of 51.57º degrees, saturation: 0.84, 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 #CAB011 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 17 -
CMYK 0 0.13 0.92 0.21
HSL 51.57º 0.84% 0.43% -
HSV(B) 51.57º 0.92% 0.79% -
XYZ 39.98 43.65 6.85 -
YUV 165.65 44.11 153.93 -
System Red Green Blue C M Y K H S L
Decimal 202 176 17 0 0.13 0.92 0.21 51.57 0.84 0.43
Hex CA B0 11 0 D 5C 15 34 54 2B
Octal 312 260 21 0 15 134 25 64 124 53
Binary 11001010 10110000 10001 0 1101 1011100 10101 110100 1010100 101011

Color Harmonies of #CAB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB011

Black with #CAB011

Text Example


Text Example

White with #CAB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB011; }

 p { color: rgb(202,176,17); }

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

background-color css

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

 a { background-color: rgb(202,176,17); }

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

border-color css

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

 span { border-color: rgb(202,176,17); }

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