Html Css Color HEX #CCAB29 Galliano

📋 copy color: '#CCAB29'

red 204 ◦ green 171 ◦ blue 41

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

Shades of Galliano #CCAB29

Tints of Galliano #CCAB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 49.04%
G = 41.11%
B = 9.86%

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

#CCAB29 (or 0xCCAB29) is known color: Galliano. HEX triplet: CC, AB and 29. RGB value is (204,171,41). Sum of RGB (Red+Green+Blue) = 204+171+41=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB29 is #3354D6. Grayscale: #A6A6A6. Windows color (decimal): -3364055 or 2730956. OLE color: 2730956.

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

Color convert

RGB 204 171 41 -
CMYK 0 0.16 0.80 0.2
HSL 47.85º 0.67% 0.48% -
HSV(B) 47.85º 0.8% 0.8% -
XYZ 39.86 42.12 8.13 -
YUV 166.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 204 171 41 0 0.16 0.80 0.2 47.85 0.67 0.48
Hex CC AB 29 0 10 50 14 30 43 30
Octal 314 253 51 0 20 120 24 60 103 60
Binary 11001100 10101011 101001 0 10000 1010000 10100 110000 1000011 110000

Color Harmonies of #CCAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB29

Black with #CCAB29

Text Example


Text Example

White with #CCAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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