Html Css Color HEX #CAB510 Bird Flower

📋 copy color: '#CAB510'

red 202 ◦ green 181 ◦ blue 16

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

Shades of Bird Flower #CAB510

Tints of Bird Flower #CAB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.36%

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

R = 50.63%
G = 45.36%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAB510 (or 0xCAB510) is known color: Bird Flower. HEX triplet: CA, B5 and 10. RGB value is (202,181,16). Sum of RGB (Red+Green+Blue) = 202+181+16=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB510 is #354AEF. Grayscale: #A9A9A9. Windows color (decimal): -3492592 or 1095114. OLE color: 1095114.

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

Color convert

RGB 202 181 16 -
CMYK 0 0.10 0.92 0.21
HSL 53.23º 0.85% 0.43% -
HSV(B) 53.23º 0.92% 0.79% -
XYZ 40.97 45.64 7.14 -
YUV 168.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 202 181 16 0 0.10 0.92 0.21 53.23 0.85 0.43
Hex CA B5 10 0 A 5C 15 35 55 2B
Octal 312 265 20 0 12 134 25 65 125 53
Binary 11001010 10110101 10000 0 1010 1011100 10101 110101 1010101 101011

Color Harmonies of #CAB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB510

Black with #CAB510

Text Example


Text Example

White with #CAB510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB510; }

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

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

background-color css

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

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

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

border-color css

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

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

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