Html Css Color HEX #CCAB17 Galliano

📋 copy color: '#CCAB17'

red 204 ◦ green 171 ◦ blue 23

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

Shades of Galliano #CCAB17

Tints of Galliano #CCAB17

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

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

R = 51.26%
G = 42.96%
B = 5.78%

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

#CCAB17 (or 0xCCAB17) is known color: Galliano. HEX triplet: CC, AB and 17. RGB value is (204,171,23). Sum of RGB (Red+Green+Blue) = 204+171+23=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB17 is #3354E8. Grayscale: #A4A4A4. Windows color (decimal): -3364073 or 1551308. OLE color: 1551308.

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

Color convert

RGB 204 171 23 -
CMYK 0 0.16 0.89 0.2
HSL 49.06º 0.8% 0.45% -
HSV(B) 49.06º 0.89% 0.8% -
XYZ 39.62 42.03 6.83 -
YUV 164 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 204 171 23 0 0.16 0.89 0.2 49.06 0.8 0.45
Hex CC AB 17 0 10 59 14 31 50 2D
Octal 314 253 27 0 20 131 24 61 120 55
Binary 11001100 10101011 10111 0 10000 1011001 10100 110001 1010000 101101

Color Harmonies of #CCAB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB17

Black with #CCAB17

Text Example


Text Example

White with #CCAB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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