Html Css Color HEX #D29E14 Galliano

📋 copy color: '#D29E14'

red 210 ◦ green 158 ◦ blue 20

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

Shades of Galliano #D29E14

Tints of Galliano #D29E14

RGB

 RED value IS 210 (82.42% from 255) = 54.12%

 GREEN value IS 158 (62.11% from 255) = 40.72%

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

R = 54.12%
G = 40.72%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D29E14 (or 0xD29E14) is known color: Galliano. HEX triplet: D2, 9E and 14. RGB value is (210,158,20). Sum of RGB (Red+Green+Blue) = 210+158+20=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E14 is #2D61EB. Grayscale: #9E9E9E. Windows color (decimal): -2974188 or 1351378. OLE color: 1351378.

HSL color Cylindrical-coordinate representation of color #D29E14: hue angle of 43.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D29E14 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 20 -
CMYK 0 0.25 0.90 0.18
HSL 43.58º 0.83% 0.45% -
HSV(B) 43.58º 0.9% 0.82% -
XYZ 38.93 38.21 5.98 -
YUV 157.82 50.23 165.22 -
System Red Green Blue C M Y K H S L
Decimal 210 158 20 0 0.25 0.90 0.18 43.58 0.83 0.45
Hex D2 9E 14 0 19 5A 12 2C 53 2D
Octal 322 236 24 0 31 132 22 54 123 55
Binary 11010010 10011110 10100 0 11001 1011010 10010 101100 1010011 101101

Color Harmonies of #D29E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E14

Black with #D29E14

Text Example


Text Example

White with #D29E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E14; }

 p { color: rgb(210,158,20); }

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

background-color css

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

 a { background-color: rgb(210,158,20); }

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

border-color css

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

 span { border-color: rgb(210,158,20); }

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