Html Css Color HEX #CCA627 Galliano

📋 copy color: '#CCA627'

red 204 ◦ green 166 ◦ blue 39

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

Shades of Galliano #CCA627

Tints of Galliano #CCA627

RGB

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

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

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

R = 49.88%
G = 40.59%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA627 (or 0xCCA627) is known color: Galliano. HEX triplet: CC, A6 and 27. RGB value is (204,166,39). Sum of RGB (Red+Green+Blue) = 204+166+39=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA627 is #3359D8. Grayscale: #A3A3A3. Windows color (decimal): -3365337 or 2598604. OLE color: 2598604.

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

Color convert

RGB 204 166 39 -
CMYK 0 0.19 0.81 0.2
HSL 46.18º 0.68% 0.48% -
HSV(B) 46.18º 0.81% 0.8% -
XYZ 38.9 40.26 7.64 -
YUV 162.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 204 166 39 0 0.19 0.81 0.2 46.18 0.68 0.48
Hex CC A6 27 0 13 51 14 2E 44 30
Octal 314 246 47 0 23 121 24 56 104 60
Binary 11001100 10100110 100111 0 10011 1010001 10100 101110 1000100 110000

Color Harmonies of #CCA627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA627

Black with #CCA627

Text Example


Text Example

White with #CCA627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA627; }

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

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

background-color css

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

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

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

border-color css

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

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

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