Html Css Color HEX #CAA61F Galliano

📋 copy color: '#CAA61F'

red 202 ◦ green 166 ◦ blue 31

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

Shades of Galliano #CAA61F

Tints of Galliano #CAA61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 31 (12.5% from 255) = 7.77%

R = 50.63%
G = 41.6%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CAA61F (or 0xCAA61F) is known color: Galliano. HEX triplet: CA, A6 and 1F. RGB value is (202,166,31). Sum of RGB (Red+Green+Blue) = 202+166+31=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA61F is #3559E0. Grayscale: #A1A1A1. Windows color (decimal): -3496417 or 2074314. OLE color: 2074314.

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

Color convert

RGB 202 166 31 -
CMYK 0 0.18 0.85 0.21
HSL 47.37º 0.73% 0.46% -
HSV(B) 47.37º 0.85% 0.79% -
XYZ 38.24 39.93 6.99 -
YUV 161.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 202 166 31 0 0.18 0.85 0.21 47.37 0.73 0.46
Hex CA A6 1F 0 12 55 15 2F 49 2E
Octal 312 246 37 0 22 125 25 57 111 56
Binary 11001010 10100110 11111 0 10010 1010101 10101 101111 1001001 101110

Color Harmonies of #CAA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA61F

Black with #CAA61F

Text Example


Text Example

White with #CAA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA61F; }

 p { color: rgb(202,166,31); }

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

background-color css

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

 a { background-color: rgb(202,166,31); }

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

border-color css

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

 span { border-color: rgb(202,166,31); }

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