Html Css Color HEX #CEAD12 Galliano

📋 copy color: '#CEAD12'

red 206 ◦ green 173 ◦ blue 18

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

Shades of Galliano #CEAD12

Tints of Galliano #CEAD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.53%

R = 51.89%
G = 43.58%
B = 4.53%

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

#CEAD12 (or 0xCEAD12) is known color: Galliano. HEX triplet: CE, AD and 12. RGB value is (206,173,18). Sum of RGB (Red+Green+Blue) = 206+173+18=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD12 is #3152ED. Grayscale: #A5A5A5. Windows color (decimal): -3232494 or 1224142. OLE color: 1224142.

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

Color convert

RGB 206 173 18 -
CMYK 0 0.16 0.91 0.19
HSL 49.47º 0.84% 0.44% -
HSV(B) 49.47º 0.91% 0.81% -
XYZ 40.51 43.05 6.75 -
YUV 165.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 206 173 18 0 0.16 0.91 0.19 49.47 0.84 0.44
Hex CE AD 12 0 10 5B 13 31 54 2C
Octal 316 255 22 0 20 133 23 61 124 54
Binary 11001110 10101101 10010 0 10000 1011011 10011 110001 1010100 101100

Color Harmonies of #CEAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD12

Black with #CEAD12

Text Example


Text Example

White with #CEAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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