Html Css Color HEX #D09D1C Galliano

📋 copy color: '#D09D1C'

red 208 ◦ green 157 ◦ blue 28

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

Shades of Galliano #D09D1C

Tints of Galliano #D09D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.95%

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 52.93%
G = 39.95%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D09D1C (or 0xD09D1C) is known color: Galliano. HEX triplet: D0, 9D and 1C. RGB value is (208,157,28). Sum of RGB (Red+Green+Blue) = 208+157+28=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D1C is #2F62E3. Grayscale: #9E9E9E. Windows color (decimal): -3105508 or 1875408. OLE color: 1875408.

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

Color convert

RGB 208 157 28 -
CMYK 0 0.25 0.87 0.18
HSL 43º 0.76% 0.46% -
HSV(B) 43º 0.87% 0.82% -
XYZ 38.28 37.61 6.34 -
YUV 157.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 208 157 28 0 0.25 0.87 0.18 43 0.76 0.46
Hex D0 9D 1C 0 19 57 12 2B 4C 2E
Octal 320 235 34 0 31 127 22 53 114 56
Binary 11010000 10011101 11100 0 11001 1010111 10010 101011 1001100 101110

Color Harmonies of #D09D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D1C

Black with #D09D1C

Text Example


Text Example

White with #D09D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D1C; }

 p { color: rgb(208,157,28); }

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

background-color css

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

 a { background-color: rgb(208,157,28); }

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

border-color css

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

 span { border-color: rgb(208,157,28); }

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