Html Css Color HEX #CCAC17 Galliano

📋 copy color: '#CCAC17'

red 204 ◦ green 172 ◦ blue 23

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

Shades of Galliano #CCAC17

Tints of Galliano #CCAC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 51.13%
G = 43.11%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCAC17 (or 0xCCAC17) is known color: Galliano. HEX triplet: CC, AC and 17. RGB value is (204,172,23). Sum of RGB (Red+Green+Blue) = 204+172+23=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC17 is #3353E8. Grayscale: #A5A5A5. Windows color (decimal): -3363817 or 1551564. OLE color: 1551564.

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

Color convert

RGB 204 172 23 -
CMYK 0 0.16 0.89 0.2
HSL 49.39º 0.8% 0.45% -
HSV(B) 49.39º 0.89% 0.8% -
XYZ 39.81 42.4 6.9 -
YUV 164.58 48.1 156.12 -
System Red Green Blue C M Y K H S L
Decimal 204 172 23 0 0.16 0.89 0.2 49.39 0.8 0.45
Hex CC AC 17 0 10 59 14 31 50 2D
Octal 314 254 27 0 20 131 24 61 120 55
Binary 11001100 10101100 10111 0 10000 1011001 10100 110001 1010000 101101

Color Harmonies of #CCAC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC17

Black with #CCAC17

Text Example


Text Example

White with #CCAC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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