Html Css Color HEX #CCA525 Galliano

📋 copy color: '#CCA525'

red 204 ◦ green 165 ◦ blue 37

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

Shades of Galliano #CCA525

Tints of Galliano #CCA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.11%

R = 50.25%
G = 40.64%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCA525 (or 0xCCA525) is known color: Galliano. HEX triplet: CC, A5 and 25. RGB value is (204,165,37). Sum of RGB (Red+Green+Blue) = 204+165+37=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA525 is #335ADA. Grayscale: #A2A2A2. Windows color (decimal): -3365595 or 2467276. OLE color: 2467276.

HSL color Cylindrical-coordinate representation of color #CCA525: hue angle of 45.99º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCA525 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 37 -
CMYK 0 0.19 0.82 0.2
HSL 45.99º 0.69% 0.47% -
HSV(B) 45.99º 0.82% 0.8% -
XYZ 38.69 39.88 7.41 -
YUV 162.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 204 165 37 0 0.19 0.82 0.2 45.99 0.69 0.47
Hex CC A5 25 0 13 52 14 2E 45 2F
Octal 314 245 45 0 23 122 24 56 105 57
Binary 11001100 10100101 100101 0 10011 1010010 10100 101110 1000101 101111

Color Harmonies of #CCA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA525

Black with #CCA525

Text Example


Text Example

White with #CCA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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