Html Css Color HEX #CCA526 Galliano

📋 copy color: '#CCA526'

red 204 ◦ green 165 ◦ blue 38

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

Shades of Galliano #CCA526

Tints of Galliano #CCA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 50.12%
G = 40.54%
B = 9.34%

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

#CCA526 (or 0xCCA526) is known color: Galliano. HEX triplet: CC, A5 and 26. RGB value is (204,165,38). Sum of RGB (Red+Green+Blue) = 204+165+38=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA526 is #335AD9. Grayscale: #A2A2A2. Windows color (decimal): -3365594 or 2532812. OLE color: 2532812.

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

Color convert

RGB 204 165 38 -
CMYK 0 0.19 0.81 0.2
HSL 45.9º 0.69% 0.47% -
HSV(B) 45.9º 0.81% 0.8% -
XYZ 38.71 39.89 7.49 -
YUV 162.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 204 165 38 0 0.19 0.81 0.2 45.9 0.69 0.47
Hex CC A5 26 0 13 51 14 2E 45 2F
Octal 314 245 46 0 23 121 24 56 105 57
Binary 11001100 10100101 100110 0 10011 1010001 10100 101110 1000101 101111

Color Harmonies of #CCA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA526

Black with #CCA526

Text Example


Text Example

White with #CCA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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