Html Css Color HEX #CAB515 Bird Flower

📋 copy color: '#CAB515'

red 202 ◦ green 181 ◦ blue 21

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

Shades of Bird Flower #CAB515

Tints of Bird Flower #CAB515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 50%
G = 44.8%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB515 (or 0xCAB515) is known color: Bird Flower. HEX triplet: CA, B5 and 15. RGB value is (202,181,21). Sum of RGB (Red+Green+Blue) = 202+181+21=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB515 is #354AEA. Grayscale: #A9A9A9. Windows color (decimal): -3492587 or 1422794. OLE color: 1422794.

HSL color Cylindrical-coordinate representation of color #CAB515: hue angle of 53.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAB515 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 21 -
CMYK 0 0.10 0.90 0.21
HSL 53.04º 0.81% 0.44% -
HSV(B) 53.04º 0.9% 0.79% -
XYZ 41.02 45.66 7.36 -
YUV 169.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 202 181 21 0 0.10 0.90 0.21 53.04 0.81 0.44
Hex CA B5 15 0 A 5A 15 35 51 2C
Octal 312 265 25 0 12 132 25 65 121 54
Binary 11001010 10110101 10101 0 1010 1011010 10101 110101 1010001 101100

Color Harmonies of #CAB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB515

Black with #CAB515

Text Example


Text Example

White with #CAB515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB515; }

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

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

background-color css

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

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

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

border-color css

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

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

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