Html Css Color HEX #CCA825 Galliano

📋 copy color: '#CCA825'

red 204 ◦ green 168 ◦ blue 37

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

Shades of Galliano #CCA825

Tints of Galliano #CCA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 49.88%
G = 41.08%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCA825 (or 0xCCA825) is known color: Galliano. HEX triplet: CC, A8 and 25. RGB value is (204,168,37). Sum of RGB (Red+Green+Blue) = 204+168+37=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA825 is #3357DA. Grayscale: #A4A4A4. Windows color (decimal): -3364827 or 2468044. OLE color: 2468044.

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

Color convert

RGB 204 168 37 -
CMYK 0 0.18 0.82 0.2
HSL 47.07º 0.69% 0.47% -
HSV(B) 47.07º 0.82% 0.8% -
XYZ 39.24 40.98 7.59 -
YUV 163.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 204 168 37 0 0.18 0.82 0.2 47.07 0.69 0.47
Hex CC A8 25 0 12 52 14 2F 45 2F
Octal 314 250 45 0 22 122 24 57 105 57
Binary 11001100 10101000 100101 0 10010 1010010 10100 101111 1000101 101111

Color Harmonies of #CCA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA825

Black with #CCA825

Text Example


Text Example

White with #CCA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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