Html Css Color HEX #CCAC21 Galliano

📋 copy color: '#CCAC21'

red 204 ◦ green 172 ◦ blue 33

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

Shades of Galliano #CCAC21

Tints of Galliano #CCAC21

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.05%

 BLUE value IS 33 (13.28% from 255) = 8.07%

R = 49.88%
G = 42.05%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCAC21 (or 0xCCAC21) is known color: Galliano. HEX triplet: CC, AC and 21. RGB value is (204,172,33). Sum of RGB (Red+Green+Blue) = 204+172+33=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC21 is #3353DE. Grayscale: #A6A6A6. Windows color (decimal): -3363807 or 2206924. OLE color: 2206924.

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

Color convert

RGB 204 172 33 -
CMYK 0 0.16 0.84 0.2
HSL 48.77º 0.72% 0.46% -
HSV(B) 48.77º 0.84% 0.8% -
XYZ 39.93 42.45 7.53 -
YUV 165.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 204 172 33 0 0.16 0.84 0.2 48.77 0.72 0.46
Hex CC AC 21 0 10 54 14 31 48 2E
Octal 314 254 41 0 20 124 24 61 110 56
Binary 11001100 10101100 100001 0 10000 1010100 10100 110001 1001000 101110

Color Harmonies of #CCAC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC21

Black with #CCAC21

Text Example


Text Example

White with #CCAC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC21; }

 p { color: rgb(204,172,33); }

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

background-color css

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

 a { background-color: rgb(204,172,33); }

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

border-color css

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

 span { border-color: rgb(204,172,33); }

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