Html Css Color HEX #CAA71D Galliano

📋 copy color: '#CAA71D'

red 202 ◦ green 167 ◦ blue 29

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

Shades of Galliano #CAA71D

Tints of Galliano #CAA71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 50.75%
G = 41.96%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CAA71D (or 0xCAA71D) is known color: Galliano. HEX triplet: CA, A7 and 1D. RGB value is (202,167,29). Sum of RGB (Red+Green+Blue) = 202+167+29=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA71D is #3558E2. Grayscale: #A2A2A2. Windows color (decimal): -3496163 or 1943498. OLE color: 1943498.

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

Color convert

RGB 202 167 29 -
CMYK 0 0.17 0.86 0.21
HSL 47.86º 0.75% 0.45% -
HSV(B) 47.86º 0.86% 0.79% -
XYZ 38.4 40.28 6.91 -
YUV 161.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 202 167 29 0 0.17 0.86 0.21 47.86 0.75 0.45
Hex CA A7 1D 0 11 56 15 30 4B 2D
Octal 312 247 35 0 21 126 25 60 113 55
Binary 11001010 10100111 11101 0 10001 1010110 10101 110000 1001011 101101

Color Harmonies of #CAA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA71D

Black with #CAA71D

Text Example


Text Example

White with #CAA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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