Html Css Color HEX #CEAA21 Galliano

📋 copy color: '#CEAA21'

red 206 ◦ green 170 ◦ blue 33

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

Shades of Galliano #CEAA21

Tints of Galliano #CEAA21

RGB

 RED value IS 206 (80.86% from 255) = 50.37%

 GREEN value IS 170 (66.8% from 255) = 41.56%

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

R = 50.37%
G = 41.56%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEAA21 (or 0xCEAA21) is known color: Galliano. HEX triplet: CE, AA and 21. RGB value is (206,170,33). Sum of RGB (Red+Green+Blue) = 206+170+33=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA21 is #3155DE. Grayscale: #A5A5A5. Windows color (decimal): -3233247 or 2206414. OLE color: 2206414.

HSL color Cylindrical-coordinate representation of color #CEAA21: hue angle of 47.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEAA21 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 170 33 -
CMYK 0 0.17 0.84 0.19
HSL 47.51º 0.72% 0.47% -
HSV(B) 47.51º 0.84% 0.81% -
XYZ 40.1 41.98 7.43 -
YUV 165.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 206 170 33 0 0.17 0.84 0.19 47.51 0.72 0.47
Hex CE AA 21 0 11 54 13 30 48 2F
Octal 316 252 41 0 21 124 23 60 110 57
Binary 11001110 10101010 100001 0 10001 1010100 10011 110000 1001000 101111

Color Harmonies of #CEAA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA21

Black with #CEAA21

Text Example


Text Example

White with #CEAA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA21; }

 p { color: rgb(206,170,33); }

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

background-color css

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

 a { background-color: rgb(206,170,33); }

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

border-color css

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

 span { border-color: rgb(206,170,33); }

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