Html Css Color HEX #D09B18 Galliano

📋 copy color: '#D09B18'

red 208 ◦ green 155 ◦ blue 24

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

Shades of Galliano #D09B18

Tints of Galliano #D09B18

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

 BLUE value IS 24 (9.77% from 255) = 6.2%

R = 53.75%
G = 40.05%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D09B18 (or 0xD09B18) is known color: Galliano. HEX triplet: D0, 9B and 18. RGB value is (208,155,24). Sum of RGB (Red+Green+Blue) = 208+155+24=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09B18 is #2F64E7. Grayscale: #9C9C9C. Windows color (decimal): -3106024 or 1612752. OLE color: 1612752.

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

Color convert

RGB 208 155 24 -
CMYK 0 0.25 0.88 0.18
HSL 42.72º 0.79% 0.45% -
HSV(B) 42.72º 0.88% 0.82% -
XYZ 37.9 36.92 5.99 -
YUV 155.91 53.56 165.15 -
System Red Green Blue C M Y K H S L
Decimal 208 155 24 0 0.25 0.88 0.18 42.72 0.79 0.45
Hex D0 9B 18 0 19 58 12 2B 4F 2D
Octal 320 233 30 0 31 130 22 53 117 55
Binary 11010000 10011011 11000 0 11001 1011000 10010 101011 1001111 101101

Color Harmonies of #D09B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B18

Black with #D09B18

Text Example


Text Example

White with #D09B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B18; }

 p { color: rgb(208,155,24); }

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

background-color css

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

 a { background-color: rgb(208,155,24); }

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

border-color css

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

 span { border-color: rgb(208,155,24); }

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