Html Css Color HEX #CEAD13 Galliano

📋 copy color: '#CEAD13'

red 206 ◦ green 173 ◦ blue 19

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

Shades of Galliano #CEAD13

Tints of Galliano #CEAD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 51.76%
G = 43.47%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEAD13 (or 0xCEAD13) is known color: Galliano. HEX triplet: CE, AD and 13. RGB value is (206,173,19). Sum of RGB (Red+Green+Blue) = 206+173+19=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD13 is #3152EC. Grayscale: #A5A5A5. Windows color (decimal): -3232493 or 1289678. OLE color: 1289678.

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

Color convert

RGB 206 173 19 -
CMYK 0 0.16 0.91 0.19
HSL 49.41º 0.83% 0.44% -
HSV(B) 49.41º 0.91% 0.81% -
XYZ 40.51 43.06 6.79 -
YUV 165.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 206 173 19 0 0.16 0.91 0.19 49.41 0.83 0.44
Hex CE AD 13 0 10 5B 13 31 53 2C
Octal 316 255 23 0 20 133 23 61 123 54
Binary 11001110 10101101 10011 0 10000 1011011 10011 110001 1010011 101100

Color Harmonies of #CEAD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD13

Black with #CEAD13

Text Example


Text Example

White with #CEAD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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