Html Css Color HEX #CCA528 Galliano

📋 copy color: '#CCA528'

red 204 ◦ green 165 ◦ blue 40

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

Shades of Galliano #CCA528

Tints of Galliano #CCA528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.34%

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

R = 49.88%
G = 40.34%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCA528 (or 0xCCA528) is known color: Galliano. HEX triplet: CC, A5 and 28. RGB value is (204,165,40). Sum of RGB (Red+Green+Blue) = 204+165+40=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA528 is #335AD7. Grayscale: #A2A2A2. Windows color (decimal): -3365592 or 2663884. OLE color: 2663884.

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

Color convert

RGB 204 165 40 -
CMYK 0 0.19 0.80 0.2
HSL 45.73º 0.67% 0.48% -
HSV(B) 45.73º 0.8% 0.8% -
XYZ 38.74 39.9 7.67 -
YUV 162.41 58.92 157.66 -
System Red Green Blue C M Y K H S L
Decimal 204 165 40 0 0.19 0.80 0.2 45.73 0.67 0.48
Hex CC A5 28 0 13 50 14 2E 43 30
Octal 314 245 50 0 23 120 24 56 103 60
Binary 11001100 10100101 101000 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CCA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA528

Black with #CCA528

Text Example


Text Example

White with #CCA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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