Html Css Color HEX #CCAB24 Galliano

📋 copy color: '#CCAB24'

red 204 ◦ green 171 ◦ blue 36

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

Shades of Galliano #CCAB24

Tints of Galliano #CCAB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.76%

R = 49.64%
G = 41.61%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCAB24 (or 0xCCAB24) is known color: Galliano. HEX triplet: CC, AB and 24. RGB value is (204,171,36). Sum of RGB (Red+Green+Blue) = 204+171+36=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB24 is #3354DB. Grayscale: #A6A6A6. Windows color (decimal): -3364060 or 2403276. OLE color: 2403276.

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

Color convert

RGB 204 171 36 -
CMYK 0 0.16 0.82 0.2
HSL 48.21º 0.7% 0.47% -
HSV(B) 48.21º 0.82% 0.8% -
XYZ 39.78 42.09 7.7 -
YUV 165.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 204 171 36 0 0.16 0.82 0.2 48.21 0.7 0.47
Hex CC AB 24 0 10 52 14 30 46 2F
Octal 314 253 44 0 20 122 24 60 106 57
Binary 11001100 10101011 100100 0 10000 1010010 10100 110000 1000110 101111

Color Harmonies of #CCAB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB24

Black with #CCAB24

Text Example


Text Example

White with #CCAB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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