Html Css Color HEX #CEAE1E Galliano

📋 copy color: '#CEAE1E'

red 206 ◦ green 174 ◦ blue 30

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

Shades of Galliano #CEAE1E

Tints of Galliano #CEAE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.32%

R = 50.24%
G = 42.44%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEAE1E (or 0xCEAE1E) is known color: Galliano. HEX triplet: CE, AE and 1E. RGB value is (206,174,30). Sum of RGB (Red+Green+Blue) = 206+174+30=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAE1E is #3151E1. Grayscale: #A7A7A7. Windows color (decimal): -3232226 or 2010830. OLE color: 2010830.

HSL color Cylindrical-coordinate representation of color #CEAE1E: hue angle of 49.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEAE1E is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 30 -
CMYK 0 0.16 0.85 0.19
HSL 49.09º 0.75% 0.46% -
HSV(B) 49.09º 0.85% 0.81% -
XYZ 40.82 43.49 7.47 -
YUV 167.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 206 174 30 0 0.16 0.85 0.19 49.09 0.75 0.46
Hex CE AE 1E 0 10 55 13 31 4B 2E
Octal 316 256 36 0 20 125 23 61 113 56
Binary 11001110 10101110 11110 0 10000 1010101 10011 110001 1001011 101110

Color Harmonies of #CEAE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE1E

Black with #CEAE1E

Text Example


Text Example

White with #CEAE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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