Html Css Color HEX #CCA428 Galliano

📋 copy color: '#CCA428'

red 204 ◦ green 164 ◦ blue 40

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

Shades of Galliano #CCA428

Tints of Galliano #CCA428

RGB

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

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

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

R = 50%
G = 40.2%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCA428 (or 0xCCA428) is known color: Galliano. HEX triplet: CC, A4 and 28. RGB value is (204,164,40). Sum of RGB (Red+Green+Blue) = 204+164+40=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA428 is #335BD7. Grayscale: #A2A2A2. Windows color (decimal): -3365848 or 2663628. OLE color: 2663628.

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

Color convert

RGB 204 164 40 -
CMYK 0 0.20 0.80 0.2
HSL 45.37º 0.67% 0.48% -
HSV(B) 45.37º 0.8% 0.8% -
XYZ 38.56 39.54 7.61 -
YUV 161.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 204 164 40 0 0.20 0.80 0.2 45.37 0.67 0.48
Hex CC A4 28 0 14 50 14 2D 43 30
Octal 314 244 50 0 24 120 24 55 103 60
Binary 11001100 10100100 101000 0 10100 1010000 10100 101101 1000011 110000

Color Harmonies of #CCA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA428

Black with #CCA428

Text Example


Text Example

White with #CCA428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA428; }

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

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

background-color css

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

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

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

border-color css

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

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

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