Html Css Color HEX #D09D15 Galliano

📋 copy color: '#D09D15'

red 208 ◦ green 157 ◦ blue 21

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

Shades of Galliano #D09D15

Tints of Galliano #D09D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 53.89%
G = 40.67%
B = 5.44%

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

#D09D15 (or 0xD09D15) is known color: Galliano. HEX triplet: D0, 9D and 15. RGB value is (208,157,21). Sum of RGB (Red+Green+Blue) = 208+157+21=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09D15 is #2F62EA. Grayscale: #9D9D9D. Windows color (decimal): -3105515 or 1416656. OLE color: 1416656.

HSL color Cylindrical-coordinate representation of color #D09D15: hue angle of 43.64º degrees, saturation: 0.82, 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 #D09D15 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 21 -
CMYK 0 0.25 0.90 0.18
HSL 43.64º 0.82% 0.45% -
HSV(B) 43.64º 0.9% 0.82% -
XYZ 38.2 37.58 5.95 -
YUV 156.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 208 157 21 0 0.25 0.90 0.18 43.64 0.82 0.45
Hex D0 9D 15 0 19 5A 12 2C 52 2D
Octal 320 235 25 0 31 132 22 54 122 55
Binary 11010000 10011101 10101 0 11001 1011010 10010 101100 1010010 101101

Color Harmonies of #D09D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D15

Black with #D09D15

Text Example


Text Example

White with #D09D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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