Html Css Color HEX #CAA71C Galliano

📋 copy color: '#CAA71C'

red 202 ◦ green 167 ◦ blue 28

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

Shades of Galliano #CAA71C

Tints of Galliano #CAA71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 50.88%
G = 42.07%
B = 7.05%

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

#CAA71C (or 0xCAA71C) is known color: Galliano. HEX triplet: CA, A7 and 1C. RGB value is (202,167,28). Sum of RGB (Red+Green+Blue) = 202+167+28=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA71C is #3558E3. Grayscale: #A2A2A2. Windows color (decimal): -3496164 or 1877962. OLE color: 1877962.

HSL color Cylindrical-coordinate representation of color #CAA71C: hue angle of 47.93º degrees, saturation: 0.76, 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 #CAA71C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 167 28 -
CMYK 0 0.17 0.86 0.21
HSL 47.93º 0.76% 0.45% -
HSV(B) 47.93º 0.86% 0.79% -
XYZ 38.39 40.28 6.85 -
YUV 161.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 202 167 28 0 0.17 0.86 0.21 47.93 0.76 0.45
Hex CA A7 1C 0 11 56 15 30 4C 2D
Octal 312 247 34 0 21 126 25 60 114 55
Binary 11001010 10100111 11100 0 10001 1010110 10101 110000 1001100 101101

Color Harmonies of #CAA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA71C

Black with #CAA71C

Text Example


Text Example

White with #CAA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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