Html Css Color HEX #CEAE1D Galliano

📋 copy color: '#CEAE1D'

red 206 ◦ green 174 ◦ blue 29

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

Shades of Galliano #CEAE1D

Tints of Galliano #CEAE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 50.37%
G = 42.54%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEAE1D (or 0xCEAE1D) is known color: Galliano. HEX triplet: CE, AE and 1D. RGB value is (206,174,29). Sum of RGB (Red+Green+Blue) = 206+174+29=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAE1D is #3151E2. Grayscale: #A7A7A7. Windows color (decimal): -3232227 or 1945294. OLE color: 1945294.

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

Color convert

RGB 206 174 29 -
CMYK 0 0.16 0.86 0.19
HSL 49.15º 0.75% 0.46% -
HSV(B) 49.15º 0.86% 0.81% -
XYZ 40.81 43.48 7.4 -
YUV 167.04 50.1 155.79 -
System Red Green Blue C M Y K H S L
Decimal 206 174 29 0 0.16 0.86 0.19 49.15 0.75 0.46
Hex CE AE 1D 0 10 56 13 31 4B 2E
Octal 316 256 35 0 20 126 23 61 113 56
Binary 11001110 10101110 11101 0 10000 1010110 10011 110001 1001011 101110

Color Harmonies of #CEAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE1D

Black with #CEAE1D

Text Example


Text Example

White with #CEAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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