Html Css Color HEX #CAA51C Galliano

📋 copy color: '#CAA51C'

red 202 ◦ green 165 ◦ blue 28

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

Shades of Galliano #CAA51C

Tints of Galliano #CAA51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

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

R = 51.14%
G = 41.77%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CAA51C (or 0xCAA51C) is known color: Galliano. HEX triplet: CA, A5 and 1C. RGB value is (202,165,28). Sum of RGB (Red+Green+Blue) = 202+165+28=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA51C is #355AE3. Grayscale: #A1A1A1. Windows color (decimal): -3496676 or 1877450. OLE color: 1877450.

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

Color convert

RGB 202 165 28 -
CMYK 0 0.18 0.86 0.21
HSL 47.24º 0.76% 0.45% -
HSV(B) 47.24º 0.86% 0.79% -
XYZ 38.02 39.55 6.73 -
YUV 160.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 202 165 28 0 0.18 0.86 0.21 47.24 0.76 0.45
Hex CA A5 1C 0 12 56 15 2F 4C 2D
Octal 312 245 34 0 22 126 25 57 114 55
Binary 11001010 10100101 11100 0 10010 1010110 10101 101111 1001100 101101

Color Harmonies of #CAA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA51C

Black with #CAA51C

Text Example


Text Example

White with #CAA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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