Html Css Color HEX #CCAE21 Galliano

📋 copy color: '#CCAE21'

red 204 ◦ green 174 ◦ blue 33

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

Shades of Galliano #CCAE21

Tints of Galliano #CCAE21

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

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

R = 49.64%
G = 42.34%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCAE21 (or 0xCCAE21) is known color: Galliano. HEX triplet: CC, AE and 21. RGB value is (204,174,33). Sum of RGB (Red+Green+Blue) = 204+174+33=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE21 is #3351DE. Grayscale: #A7A7A7. Windows color (decimal): -3363295 or 2207436. OLE color: 2207436.

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

Color convert

RGB 204 174 33 -
CMYK 0 0.15 0.84 0.2
HSL 49.47º 0.72% 0.46% -
HSV(B) 49.47º 0.84% 0.8% -
XYZ 40.31 43.22 7.66 -
YUV 166.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 204 174 33 0 0.15 0.84 0.2 49.47 0.72 0.46
Hex CC AE 21 0 F 54 14 31 48 2E
Octal 314 256 41 0 17 124 24 61 110 56
Binary 11001100 10101110 100001 0 1111 1010100 10100 110001 1001000 101110

Color Harmonies of #CCAE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE21

Black with #CCAE21

Text Example


Text Example

White with #CCAE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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