Html Css Color HEX #CEAA14 Galliano

📋 copy color: '#CEAA14'

red 206 ◦ green 170 ◦ blue 20

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

Shades of Galliano #CEAA14

Tints of Galliano #CEAA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.93%

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 52.02%
G = 42.93%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEAA14 (or 0xCEAA14) is known color: Galliano. HEX triplet: CE, AA and 14. RGB value is (206,170,20). Sum of RGB (Red+Green+Blue) = 206+170+20=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAA14 is #3155EB. Grayscale: #A4A4A4. Windows color (decimal): -3233260 or 1354446. OLE color: 1354446.

HSL color Cylindrical-coordinate representation of color #CEAA14: hue angle of 48.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEAA14 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 170 20 -
CMYK 0 0.17 0.90 0.19
HSL 48.39º 0.82% 0.44% -
HSV(B) 48.39º 0.9% 0.81% -
XYZ 39.95 41.92 6.65 -
YUV 163.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 206 170 20 0 0.17 0.90 0.19 48.39 0.82 0.44
Hex CE AA 14 0 11 5A 13 30 52 2C
Octal 316 252 24 0 21 132 23 60 122 54
Binary 11001110 10101010 10100 0 10001 1011010 10011 110000 1010010 101100

Color Harmonies of #CEAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA14

Black with #CEAA14

Text Example


Text Example

White with #CEAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA14; }

 p { color: rgb(206,170,20); }

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

background-color css

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

 a { background-color: rgb(206,170,20); }

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

border-color css

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

 span { border-color: rgb(206,170,20); }

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