Html Css Color HEX #CCA827 Galliano

📋 copy color: '#CCA827'

red 204 ◦ green 168 ◦ blue 39

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

Shades of Galliano #CCA827

Tints of Galliano #CCA827

RGB

 RED value IS 204 (80.08% from 255) = 49.64%

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

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

R = 49.64%
G = 40.88%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA827 (or 0xCCA827) is known color: Galliano. HEX triplet: CC, A8 and 27. RGB value is (204,168,39). Sum of RGB (Red+Green+Blue) = 204+168+39=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA827 is #3357D8. Grayscale: #A4A4A4. Windows color (decimal): -3364825 or 2599116. OLE color: 2599116.

HSL color Cylindrical-coordinate representation of color #CCA827: hue angle of 46.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCA827 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 39 -
CMYK 0 0.18 0.81 0.2
HSL 46.91º 0.68% 0.48% -
HSV(B) 46.91º 0.81% 0.8% -
XYZ 39.27 40.99 7.76 -
YUV 164.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 204 168 39 0 0.18 0.81 0.2 46.91 0.68 0.48
Hex CC A8 27 0 12 51 14 2F 44 30
Octal 314 250 47 0 22 121 24 57 104 60
Binary 11001100 10101000 100111 0 10010 1010001 10100 101111 1000100 110000

Color Harmonies of #CCA827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA827

Black with #CCA827

Text Example


Text Example

White with #CCA827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA827; }

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

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

background-color css

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

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

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

border-color css

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

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

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