Html Css Color HEX #D09F1D Galliano

📋 copy color: '#D09F1D'

red 208 ◦ green 159 ◦ blue 29

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

Shades of Galliano #D09F1D

Tints of Galliano #D09F1D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.15%

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

R = 52.53%
G = 40.15%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D09F1D (or 0xD09F1D) is known color: Galliano. HEX triplet: D0, 9F and 1D. RGB value is (208,159,29). Sum of RGB (Red+Green+Blue) = 208+159+29=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F1D is #2F60E2. Grayscale: #9F9F9F. Windows color (decimal): -3104995 or 1941456. OLE color: 1941456.

HSL color Cylindrical-coordinate representation of color #D09F1D: hue angle of 43.58º 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 #D09F1D is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 159 29 -
CMYK 0 0.24 0.86 0.18
HSL 43.58º 0.76% 0.46% -
HSV(B) 43.58º 0.86% 0.82% -
XYZ 38.63 38.29 6.52 -
YUV 158.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 208 159 29 0 0.24 0.86 0.18 43.58 0.76 0.46
Hex D0 9F 1D 0 18 56 12 2C 4C 2E
Octal 320 237 35 0 30 126 22 54 114 56
Binary 11010000 10011111 11101 0 11000 1010110 10010 101100 1001100 101110

Color Harmonies of #D09F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F1D

Black with #D09F1D

Text Example


Text Example

White with #D09F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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