Html Css Color HEX #CCAC24 Galliano

📋 copy color: '#CCAC24'

red 204 ◦ green 172 ◦ blue 36

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

Shades of Galliano #CCAC24

Tints of Galliano #CCAC24

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

 BLUE value IS 36 (14.45% from 255) = 8.74%

R = 49.51%
G = 41.75%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCAC24 (or 0xCCAC24) is known color: Galliano. HEX triplet: CC, AC and 24. RGB value is (204,172,36). Sum of RGB (Red+Green+Blue) = 204+172+36=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC24 is #3353DB. Grayscale: #A6A6A6. Windows color (decimal): -3363804 or 2403532. OLE color: 2403532.

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

Color convert

RGB 204 172 36 -
CMYK 0 0.16 0.82 0.2
HSL 48.57º 0.7% 0.47% -
HSV(B) 48.57º 0.82% 0.8% -
XYZ 39.97 42.47 7.76 -
YUV 166.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 204 172 36 0 0.16 0.82 0.2 48.57 0.7 0.47
Hex CC AC 24 0 10 52 14 31 46 2F
Octal 314 254 44 0 20 122 24 61 106 57
Binary 11001100 10101100 100100 0 10000 1010010 10100 110001 1000110 101111

Color Harmonies of #CCAC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC24

Black with #CCAC24

Text Example


Text Example

White with #CCAC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC24; }

 p { color: rgb(204,172,36); }

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

background-color css

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

 a { background-color: rgb(204,172,36); }

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

border-color css

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

 span { border-color: rgb(204,172,36); }

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