Html Css Color HEX #CAA827 Galliano

📋 copy color: '#CAA827'

red 202 ◦ green 168 ◦ blue 39

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

Shades of Galliano #CAA827

Tints of Galliano #CAA827

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

 BLUE value IS 39 (15.63% from 255) = 9.54%

R = 49.39%
G = 41.08%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAA827 (or 0xCAA827) is known color: Galliano. HEX triplet: CA, A8 and 27. RGB value is (202,168,39). Sum of RGB (Red+Green+Blue) = 202+168+39=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA827 is #3557D8. Grayscale: #A4A4A4. Windows color (decimal): -3495897 or 2599114. OLE color: 2599114.

HSL color Cylindrical-coordinate representation of color #CAA827: hue angle of 47.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAA827 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 168 39 -
CMYK 0 0.17 0.81 0.21
HSL 47.48º 0.68% 0.47% -
HSV(B) 47.48º 0.81% 0.79% -
XYZ 38.73 40.71 7.74 -
YUV 163.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 202 168 39 0 0.17 0.81 0.21 47.48 0.68 0.47
Hex CA A8 27 0 11 51 15 2F 44 2F
Octal 312 250 47 0 21 121 25 57 104 57
Binary 11001010 10101000 100111 0 10001 1010001 10101 101111 1000100 101111

Color Harmonies of #CAA827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA827

Black with #CAA827

Text Example


Text Example

White with #CAA827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA827; }

 p { color: rgb(202,168,39); }

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

background-color css

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

 a { background-color: rgb(202,168,39); }

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

border-color css

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

 span { border-color: rgb(202,168,39); }

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