Html Css Color HEX #CEAB14 Galliano

📋 copy color: '#CEAB14'

red 206 ◦ green 171 ◦ blue 20

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

Shades of Galliano #CEAB14

Tints of Galliano #CEAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

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

R = 51.89%
G = 43.07%
B = 5.04%

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

#CEAB14 (or 0xCEAB14) is known color: Galliano. HEX triplet: CE, AB and 14. RGB value is (206,171,20). Sum of RGB (Red+Green+Blue) = 206+171+20=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB14 is #3154EB. Grayscale: #A4A4A4. Windows color (decimal): -3233004 or 1354702. OLE color: 1354702.

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

Color convert

RGB 206 171 20 -
CMYK 0 0.17 0.90 0.19
HSL 48.71º 0.82% 0.44% -
HSV(B) 48.71º 0.9% 0.81% -
XYZ 40.14 42.3 6.71 -
YUV 164.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 206 171 20 0 0.17 0.90 0.19 48.71 0.82 0.44
Hex CE AB 14 0 11 5A 13 31 52 2C
Octal 316 253 24 0 21 132 23 61 122 54
Binary 11001110 10101011 10100 0 10001 1011010 10011 110001 1010010 101100

Color Harmonies of #CEAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB14

Black with #CEAB14

Text Example


Text Example

White with #CEAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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