Html Css Color HEX #CAB314 Bird Flower

📋 copy color: '#CAB314'

red 202 ◦ green 179 ◦ blue 20

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

Shades of Bird Flower #CAB314

Tints of Bird Flower #CAB314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.99%

R = 50.37%
G = 44.64%
B = 4.99%

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

#CAB314 (or 0xCAB314) is known color: Bird Flower. HEX triplet: CA, B3 and 14. RGB value is (202,179,20). Sum of RGB (Red+Green+Blue) = 202+179+20=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB314 is #354CEB. Grayscale: #A8A8A8. Windows color (decimal): -3493100 or 1356746. OLE color: 1356746.

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

Color convert

RGB 202 179 20 -
CMYK 0 0.11 0.90 0.21
HSL 52.42º 0.82% 0.44% -
HSV(B) 52.42º 0.9% 0.79% -
XYZ 40.6 44.85 7.18 -
YUV 167.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 202 179 20 0 0.11 0.90 0.21 52.42 0.82 0.44
Hex CA B3 14 0 B 5A 15 34 52 2C
Octal 312 263 24 0 13 132 25 64 122 54
Binary 11001010 10110011 10100 0 1011 1011010 10101 110100 1010010 101100

Color Harmonies of #CAB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB314

Black with #CAB314

Text Example


Text Example

White with #CAB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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