Html Css Color HEX #CCAA17 Galliano

📋 copy color: '#CCAA17'

red 204 ◦ green 170 ◦ blue 23

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

Shades of Galliano #CCAA17

Tints of Galliano #CCAA17

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

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

R = 51.39%
G = 42.82%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCAA17 (or 0xCCAA17) is known color: Galliano. HEX triplet: CC, AA and 17. RGB value is (204,170,23). Sum of RGB (Red+Green+Blue) = 204+170+23=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA17 is #3355E8. Grayscale: #A4A4A4. Windows color (decimal): -3364329 or 1551052. OLE color: 1551052.

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

Color convert

RGB 204 170 23 -
CMYK 0 0.17 0.89 0.2
HSL 48.73º 0.8% 0.45% -
HSV(B) 48.73º 0.89% 0.8% -
XYZ 39.43 41.65 6.77 -
YUV 163.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 204 170 23 0 0.17 0.89 0.2 48.73 0.8 0.45
Hex CC AA 17 0 11 59 14 31 50 2D
Octal 314 252 27 0 21 131 24 61 120 55
Binary 11001100 10101010 10111 0 10001 1011001 10100 110001 1010000 101101

Color Harmonies of #CCAA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA17

Black with #CCAA17

Text Example


Text Example

White with #CCAA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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