Html Css Color HEX #CCAF21 Galliano

📋 copy color: '#CCAF21'

red 204 ◦ green 175 ◦ blue 33

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

Shades of Galliano #CCAF21

Tints of Galliano #CCAF21

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

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

R = 49.51%
G = 42.48%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCAF21 (or 0xCCAF21) is known color: Galliano. HEX triplet: CC, AF and 21. RGB value is (204,175,33). Sum of RGB (Red+Green+Blue) = 204+175+33=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF21 is #3350DE. Grayscale: #A8A8A8. Windows color (decimal): -3363039 or 2207692. OLE color: 2207692.

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

Color convert

RGB 204 175 33 -
CMYK 0 0.14 0.84 0.2
HSL 49.82º 0.72% 0.46% -
HSV(B) 49.82º 0.84% 0.8% -
XYZ 40.51 43.61 7.72 -
YUV 167.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 204 175 33 0 0.14 0.84 0.2 49.82 0.72 0.46
Hex CC AF 21 0 E 54 14 32 48 2E
Octal 314 257 41 0 16 124 24 62 110 56
Binary 11001100 10101111 100001 0 1110 1010100 10100 110010 1001000 101110

Color Harmonies of #CCAF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF21

Black with #CCAF21

Text Example


Text Example

White with #CCAF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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