Html Css Color HEX #D09A1D Galliano

📋 copy color: '#D09A1D'

red 208 ◦ green 154 ◦ blue 29

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

Shades of Galliano #D09A1D

Tints of Galliano #D09A1D

RGB

 RED value IS 208 (81.64% from 255) = 53.2%

 GREEN value IS 154 (60.55% from 255) = 39.39%

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

R = 53.2%
G = 39.39%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D09A1D (or 0xD09A1D) is known color: Galliano. HEX triplet: D0, 9A and 1D. RGB value is (208,154,29). Sum of RGB (Red+Green+Blue) = 208+154+29=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09A1D is #2F65E2. Grayscale: #9C9C9C. Windows color (decimal): -3106275 or 1940176. OLE color: 1940176.

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

Color convert

RGB 208 154 29 -
CMYK 0 0.26 0.86 0.18
HSL 41.9º 0.76% 0.46% -
HSV(B) 41.9º 0.86% 0.82% -
XYZ 37.79 36.61 6.24 -
YUV 155.9 56.39 165.16 -
System Red Green Blue C M Y K H S L
Decimal 208 154 29 0 0.26 0.86 0.18 41.9 0.76 0.46
Hex D0 9A 1D 0 1A 56 12 2A 4C 2E
Octal 320 232 35 0 32 126 22 52 114 56
Binary 11010000 10011010 11101 0 11010 1010110 10010 101010 1001100 101110

Color Harmonies of #D09A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A1D

Black with #D09A1D

Text Example


Text Example

White with #D09A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A1D; }

 p { color: rgb(208,154,29); }

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

background-color css

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

 a { background-color: rgb(208,154,29); }

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

border-color css

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

 span { border-color: rgb(208,154,29); }

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