Html Css Color HEX #D09F30 Galliano

📋 copy color: '#D09F30'

red 208 ◦ green 159 ◦ blue 48

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

Shades of Galliano #D09F30

Tints of Galliano #D09F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.57%

R = 50.12%
G = 38.31%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D09F30 (or 0xD09F30) is known color: Galliano. HEX triplet: D0, 9F and 30. RGB value is (208,159,48). Sum of RGB (Red+Green+Blue) = 208+159+48=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F30 is #2F60CF. Grayscale: #A1A1A1. Windows color (decimal): -3104976 or 3186640. OLE color: 3186640.

HSL color Cylindrical-coordinate representation of color #D09F30: hue angle of 41.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D09F30 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 159 48 -
CMYK 0 0.24 0.77 0.18
HSL 41.63º 0.63% 0.5% -
HSV(B) 41.63º 0.77% 0.82% -
XYZ 38.94 38.42 8.16 -
YUV 161 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 208 159 48 0 0.24 0.77 0.18 41.63 0.63 0.5
Hex D0 9F 30 0 18 4D 12 2A 3F 32
Octal 320 237 60 0 30 115 22 52 77 62
Binary 11010000 10011111 110000 0 11000 1001101 10010 101010 111111 110010

Color Harmonies of #D09F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F30

Black with #D09F30

Text Example


Text Example

White with #D09F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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