Html Css Color HEX #CAA71E Galliano

📋 copy color: '#CAA71E'

red 202 ◦ green 167 ◦ blue 30

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

Shades of Galliano #CAA71E

Tints of Galliano #CAA71E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

 BLUE value IS 30 (12.11% from 255) = 7.52%

R = 50.63%
G = 41.85%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CAA71E (or 0xCAA71E) is known color: Galliano. HEX triplet: CA, A7 and 1E. RGB value is (202,167,30). Sum of RGB (Red+Green+Blue) = 202+167+30=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA71E is #3558E1. Grayscale: #A2A2A2. Windows color (decimal): -3496162 or 2009034. OLE color: 2009034.

HSL color Cylindrical-coordinate representation of color #CAA71E: hue angle of 47.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAA71E is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 167 30 -
CMYK 0 0.17 0.85 0.21
HSL 47.79º 0.74% 0.45% -
HSV(B) 47.79º 0.85% 0.79% -
XYZ 38.41 40.29 6.98 -
YUV 161.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 202 167 30 0 0.17 0.85 0.21 47.79 0.74 0.45
Hex CA A7 1E 0 11 55 15 30 4A 2D
Octal 312 247 36 0 21 125 25 60 112 55
Binary 11001010 10100111 11110 0 10001 1010101 10101 110000 1001010 101101

Color Harmonies of #CAA71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA71E

Black with #CAA71E

Text Example


Text Example

White with #CAA71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA71E; }

 p { color: rgb(202,167,30); }

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

background-color css

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

 a { background-color: rgb(202,167,30); }

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

border-color css

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

 span { border-color: rgb(202,167,30); }

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