Html Css Color HEX #CCA427 Galliano

📋 copy color: '#CCA427'

red 204 ◦ green 164 ◦ blue 39

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

Shades of Galliano #CCA427

Tints of Galliano #CCA427

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

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

R = 50.12%
G = 40.29%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA427 (or 0xCCA427) is known color: Galliano. HEX triplet: CC, A4 and 27. RGB value is (204,164,39). Sum of RGB (Red+Green+Blue) = 204+164+39=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA427 is #335BD8. Grayscale: #A2A2A2. Windows color (decimal): -3365849 or 2598092. OLE color: 2598092.

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

Color convert

RGB 204 164 39 -
CMYK 0 0.20 0.81 0.2
HSL 45.45º 0.68% 0.48% -
HSV(B) 45.45º 0.81% 0.8% -
XYZ 38.54 39.53 7.52 -
YUV 161.71 58.75 158.16 -
System Red Green Blue C M Y K H S L
Decimal 204 164 39 0 0.20 0.81 0.2 45.45 0.68 0.48
Hex CC A4 27 0 14 51 14 2D 44 30
Octal 314 244 47 0 24 121 24 55 104 60
Binary 11001100 10100100 100111 0 10100 1010001 10100 101101 1000100 110000

Color Harmonies of #CCA427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA427

Black with #CCA427

Text Example


Text Example

White with #CCA427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA427; }

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

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

background-color css

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

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

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

border-color css

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

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

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