Html Css Color HEX #CAA31F Galliano

📋 copy color: '#CAA31F'

red 202 ◦ green 163 ◦ blue 31

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

Shades of Galliano #CAA31F

Tints of Galliano #CAA31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.16%

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

R = 51.01%
G = 41.16%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CAA31F (or 0xCAA31F) is known color: Galliano. HEX triplet: CA, A3 and 1F. RGB value is (202,163,31). Sum of RGB (Red+Green+Blue) = 202+163+31=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA31F is #355CE0. Grayscale: #A0A0A0. Windows color (decimal): -3497185 or 2073546. OLE color: 2073546.

HSL color Cylindrical-coordinate representation of color #CAA31F: hue angle of 46.32º 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 #CAA31F is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 163 31 -
CMYK 0 0.19 0.85 0.21
HSL 46.32º 0.73% 0.46% -
HSV(B) 46.32º 0.85% 0.79% -
XYZ 37.7 38.85 6.81 -
YUV 159.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 202 163 31 0 0.19 0.85 0.21 46.32 0.73 0.46
Hex CA A3 1F 0 13 55 15 2E 49 2E
Octal 312 243 37 0 23 125 25 56 111 56
Binary 11001010 10100011 11111 0 10011 1010101 10101 101110 1001001 101110

Color Harmonies of #CAA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA31F

Black with #CAA31F

Text Example


Text Example

White with #CAA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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