Html Css Color HEX #D69E1D Galliano

📋 copy color: '#D69E1D'

red 214 ◦ green 158 ◦ blue 29

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

Shades of Galliano #D69E1D

Tints of Galliano #D69E1D

RGB

 RED value IS 214 (83.98% from 255) = 53.37%

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

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

R = 53.37%
G = 39.4%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D69E1D (or 0xD69E1D) is known color: Galliano. HEX triplet: D6, 9E and 1D. RGB value is (214,158,29). Sum of RGB (Red+Green+Blue) = 214+158+29=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69E1D is #2961E2. Grayscale: #A0A0A0. Windows color (decimal): -2712035 or 1941206. OLE color: 1941206.

HSL color Cylindrical-coordinate representation of color #D69E1D: hue angle of 41.84º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D69E1D is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 29 -
CMYK 0 0.26 0.86 0.16
HSL 41.84º 0.76% 0.48% -
HSV(B) 41.84º 0.86% 0.84% -
XYZ 40.18 38.84 6.54 -
YUV 160.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 214 158 29 0 0.26 0.86 0.16 41.84 0.76 0.48
Hex D6 9E 1D 0 1A 56 10 2A 4C 30
Octal 326 236 35 0 32 126 20 52 114 60
Binary 11010110 10011110 11101 0 11010 1010110 10000 101010 1001100 110000

Color Harmonies of #D69E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E1D

Black with #D69E1D

Text Example


Text Example

White with #D69E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E1D; }

 p { color: rgb(214,158,29); }

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

background-color css

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

 a { background-color: rgb(214,158,29); }

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

border-color css

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

 span { border-color: rgb(214,158,29); }

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