Html Css Color HEX #CEAD1D Galliano

📋 copy color: '#CEAD1D'

red 206 ◦ green 173 ◦ blue 29

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

Shades of Galliano #CEAD1D

Tints of Galliano #CEAD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.4%

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

R = 50.49%
G = 42.4%
B = 7.11%

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

#CEAD1D (or 0xCEAD1D) is known color: Galliano. HEX triplet: CE, AD and 1D. RGB value is (206,173,29). Sum of RGB (Red+Green+Blue) = 206+173+29=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD1D is #3152E2. Grayscale: #A7A7A7. Windows color (decimal): -3232483 or 1945038. OLE color: 1945038.

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

Color convert

RGB 206 173 29 -
CMYK 0 0.16 0.86 0.19
HSL 48.81º 0.75% 0.46% -
HSV(B) 48.81º 0.86% 0.81% -
XYZ 40.62 43.1 7.34 -
YUV 166.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 206 173 29 0 0.16 0.86 0.19 48.81 0.75 0.46
Hex CE AD 1D 0 10 56 13 31 4B 2E
Octal 316 255 35 0 20 126 23 61 113 56
Binary 11001110 10101101 11101 0 10000 1010110 10011 110001 1001011 101110

Color Harmonies of #CEAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD1D

Black with #CEAD1D

Text Example


Text Example

White with #CEAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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