Html Css Color HEX #CCAB28 Galliano

📋 copy color: '#CCAB28'

red 204 ◦ green 171 ◦ blue 40

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

Shades of Galliano #CCAB28

Tints of Galliano #CCAB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 49.16%
G = 41.2%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCAB28 (or 0xCCAB28) is known color: Galliano. HEX triplet: CC, AB and 28. RGB value is (204,171,40). Sum of RGB (Red+Green+Blue) = 204+171+40=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB28 is #3354D7. Grayscale: #A6A6A6. Windows color (decimal): -3364056 or 2665420. OLE color: 2665420.

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

Color convert

RGB 204 171 40 -
CMYK 0 0.16 0.80 0.2
HSL 47.93º 0.67% 0.48% -
HSV(B) 47.93º 0.8% 0.8% -
XYZ 39.85 42.12 8.04 -
YUV 165.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 204 171 40 0 0.16 0.80 0.2 47.93 0.67 0.48
Hex CC AB 28 0 10 50 14 30 43 30
Octal 314 253 50 0 20 120 24 60 103 60
Binary 11001100 10101011 101000 0 10000 1010000 10100 110000 1000011 110000

Color Harmonies of #CCAB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB28

Black with #CCAB28

Text Example


Text Example

White with #CCAB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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