Html Css Color HEX #CEAC14 Galliano

📋 copy color: '#CEAC14'

red 206 ◦ green 172 ◦ blue 20

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

Shades of Galliano #CEAC14

Tints of Galliano #CEAC14

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.22%

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

R = 51.76%
G = 43.22%
B = 5.03%

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

#CEAC14 (or 0xCEAC14) is known color: Galliano. HEX triplet: CE, AC and 14. RGB value is (206,172,20). Sum of RGB (Red+Green+Blue) = 206+172+20=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAC14 is #3153EB. Grayscale: #A5A5A5. Windows color (decimal): -3232748 or 1354958. OLE color: 1354958.

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

Color convert

RGB 206 172 20 -
CMYK 0 0.17 0.90 0.19
HSL 49.03º 0.82% 0.44% -
HSV(B) 49.03º 0.9% 0.81% -
XYZ 40.33 42.68 6.77 -
YUV 164.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 206 172 20 0 0.17 0.90 0.19 49.03 0.82 0.44
Hex CE AC 14 0 11 5A 13 31 52 2C
Octal 316 254 24 0 21 132 23 61 122 54
Binary 11001110 10101100 10100 0 10001 1011010 10011 110001 1010010 101100

Color Harmonies of #CEAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC14

Black with #CEAC14

Text Example


Text Example

White with #CEAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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