Html Css Color HEX #CAB315 Bird Flower

📋 copy color: '#CAB315'

red 202 ◦ green 179 ◦ blue 21

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

Shades of Bird Flower #CAB315

Tints of Bird Flower #CAB315

RGB

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

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

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

R = 50.25%
G = 44.53%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB315 (or 0xCAB315) is known color: Bird Flower. HEX triplet: CA, B3 and 15. RGB value is (202,179,21). Sum of RGB (Red+Green+Blue) = 202+179+21=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB315 is #354CEA. Grayscale: #A8A8A8. Windows color (decimal): -3493099 or 1422282. OLE color: 1422282.

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

Color convert

RGB 202 179 21 -
CMYK 0 0.11 0.90 0.21
HSL 52.38º 0.81% 0.44% -
HSV(B) 52.38º 0.9% 0.79% -
XYZ 40.61 44.85 7.23 -
YUV 167.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 202 179 21 0 0.11 0.90 0.21 52.38 0.81 0.44
Hex CA B3 15 0 B 5A 15 34 51 2C
Octal 312 263 25 0 13 132 25 64 121 54
Binary 11001010 10110011 10101 0 1011 1011010 10101 110100 1010001 101100

Color Harmonies of #CAB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB315

Black with #CAB315

Text Example


Text Example

White with #CAB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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