Html Css Color HEX #CEA31D Galliano

📋 copy color: '#CEA31D'

red 206 ◦ green 163 ◦ blue 29

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

Shades of Galliano #CEA31D

Tints of Galliano #CEA31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.95%

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 51.76%
G = 40.95%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEA31D (or 0xCEA31D) is known color: Galliano. HEX triplet: CE, A3 and 1D. RGB value is (206,163,29). Sum of RGB (Red+Green+Blue) = 206+163+29=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA31D is #315CE2. Grayscale: #A1A1A1. Windows color (decimal): -3235043 or 1942478. OLE color: 1942478.

HSL color Cylindrical-coordinate representation of color #CEA31D: hue angle of 45.42º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEA31D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 29 -
CMYK 0 0.21 0.86 0.19
HSL 45.42º 0.75% 0.46% -
HSV(B) 45.42º 0.86% 0.81% -
XYZ 38.77 39.4 6.72 -
YUV 160.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 206 163 29 0 0.21 0.86 0.19 45.42 0.75 0.46
Hex CE A3 1D 0 15 56 13 2D 4B 2E
Octal 316 243 35 0 25 126 23 55 113 56
Binary 11001110 10100011 11101 0 10101 1010110 10011 101101 1001011 101110

Color Harmonies of #CEA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA31D

Black with #CEA31D

Text Example


Text Example

White with #CEA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA31D; }

 p { color: rgb(206,163,29); }

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

background-color css

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

 a { background-color: rgb(206,163,29); }

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

border-color css

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

 span { border-color: rgb(206,163,29); }

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