Html Css Color HEX #CAB015 Bird Flower

📋 copy color: '#CAB015'

red 202 ◦ green 176 ◦ blue 21

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

Shades of Bird Flower #CAB015

Tints of Bird Flower #CAB015

RGB

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

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

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

R = 50.63%
G = 44.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAB015 (or 0xCAB015) is known color: Bird Flower. HEX triplet: CA, B0 and 15. RGB value is (202,176,21). Sum of RGB (Red+Green+Blue) = 202+176+21=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB015 is #354FEA. Grayscale: #A6A6A6. Windows color (decimal): -3493867 or 1421514. OLE color: 1421514.

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

Color convert

RGB 202 176 21 -
CMYK 0 0.13 0.90 0.21
HSL 51.38º 0.81% 0.44% -
HSV(B) 51.38º 0.9% 0.79% -
XYZ 40.02 43.66 7.03 -
YUV 166.1 46.11 153.6 -
System Red Green Blue C M Y K H S L
Decimal 202 176 21 0 0.13 0.90 0.21 51.38 0.81 0.44
Hex CA B0 15 0 D 5A 15 33 51 2C
Octal 312 260 25 0 15 132 25 63 121 54
Binary 11001010 10110000 10101 0 1101 1011010 10101 110011 1010001 101100

Color Harmonies of #CAB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB015

Black with #CAB015

Text Example


Text Example

White with #CAB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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