Html Css Color HEX #CEAE20 Galliano

📋 copy color: '#CEAE20'

red 206 ◦ green 174 ◦ blue 32

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

Shades of Galliano #CEAE20

Tints of Galliano #CEAE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.77%

R = 50%
G = 42.23%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEAE20 (or 0xCEAE20) is known color: Galliano. HEX triplet: CE, AE and 20. RGB value is (206,174,32). Sum of RGB (Red+Green+Blue) = 206+174+32=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAE20 is #3151DF. Grayscale: #A7A7A7. Windows color (decimal): -3232224 or 2141902. OLE color: 2141902.

HSL color Cylindrical-coordinate representation of color #CEAE20: hue angle of 48.97º degrees, saturation: 0.73, 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 #CEAE20 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 32 -
CMYK 0 0.16 0.84 0.19
HSL 48.97º 0.73% 0.47% -
HSV(B) 48.97º 0.84% 0.81% -
XYZ 40.85 43.5 7.61 -
YUV 167.38 51.6 155.55 -
System Red Green Blue C M Y K H S L
Decimal 206 174 32 0 0.16 0.84 0.19 48.97 0.73 0.47
Hex CE AE 20 0 10 54 13 31 49 2F
Octal 316 256 40 0 20 124 23 61 111 57
Binary 11001110 10101110 100000 0 10000 1010100 10011 110001 1001001 101111

Color Harmonies of #CEAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE20

Black with #CEAE20

Text Example


Text Example

White with #CEAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE20; }

 p { color: rgb(206,174,32); }

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

background-color css

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

 a { background-color: rgb(206,174,32); }

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

border-color css

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

 span { border-color: rgb(206,174,32); }

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