Html Css Color HEX #CAA628 Galliano

📋 copy color: '#CAA628'

red 202 ◦ green 166 ◦ blue 40

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

Shades of Galliano #CAA628

Tints of Galliano #CAA628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 49.51%
G = 40.69%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAA628 (or 0xCAA628) is known color: Galliano. HEX triplet: CA, A6 and 28. RGB value is (202,166,40). Sum of RGB (Red+Green+Blue) = 202+166+40=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA628 is #3559D7. Grayscale: #A2A2A2. Windows color (decimal): -3496408 or 2664138. OLE color: 2664138.

HSL color Cylindrical-coordinate representation of color #CAA628: hue angle of 46.67º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAA628 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 166 40 -
CMYK 0 0.18 0.80 0.21
HSL 46.67º 0.67% 0.47% -
HSV(B) 46.67º 0.8% 0.79% -
XYZ 38.38 39.98 7.7 -
YUV 162.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 202 166 40 0 0.18 0.80 0.21 46.67 0.67 0.47
Hex CA A6 28 0 12 50 15 2F 43 2F
Octal 312 246 50 0 22 120 25 57 103 57
Binary 11001010 10100110 101000 0 10010 1010000 10101 101111 1000011 101111

Color Harmonies of #CAA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA628

Black with #CAA628

Text Example


Text Example

White with #CAA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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