Html Css Color HEX #CCAC13 Galliano

📋 copy color: '#CCAC13'

red 204 ◦ green 172 ◦ blue 19

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

Shades of Galliano #CCAC13

Tints of Galliano #CCAC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.81%

R = 51.65%
G = 43.54%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCAC13 (or 0xCCAC13) is known color: Galliano. HEX triplet: CC, AC and 13. RGB value is (204,172,19). Sum of RGB (Red+Green+Blue) = 204+172+19=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC13 is #3353EC. Grayscale: #A4A4A4. Windows color (decimal): -3363821 or 1289420. OLE color: 1289420.

HSL color Cylindrical-coordinate representation of color #CCAC13: hue angle of 49.62º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCAC13 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 19 -
CMYK 0 0.16 0.91 0.2
HSL 49.62º 0.83% 0.44% -
HSV(B) 49.62º 0.91% 0.8% -
XYZ 39.77 42.39 6.7 -
YUV 164.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 204 172 19 0 0.16 0.91 0.2 49.62 0.83 0.44
Hex CC AC 13 0 10 5B 14 32 53 2C
Octal 314 254 23 0 20 133 24 62 123 54
Binary 11001100 10101100 10011 0 10000 1011011 10100 110010 1010011 101100

Color Harmonies of #CCAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC13

Black with #CCAC13

Text Example


Text Example

White with #CCAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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