Html Css Color HEX #D09D2A Galliano

📋 copy color: '#D09D2A'

red 208 ◦ green 157 ◦ blue 42

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

Shades of Galliano #D09D2A

Tints of Galliano #D09D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.32%

R = 51.11%
G = 38.57%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D09D2A (or 0xD09D2A) is known color: Galliano. HEX triplet: D0, 9D and 2A. RGB value is (208,157,42). Sum of RGB (Red+Green+Blue) = 208+157+42=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D2A is #2F62D5. Grayscale: #9F9F9F. Windows color (decimal): -3105494 or 2792912. OLE color: 2792912.

HSL color Cylindrical-coordinate representation of color #D09D2A: hue angle of 41.57º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D09D2A is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 42 -
CMYK 0 0.25 0.80 0.18
HSL 41.57º 0.66% 0.49% -
HSV(B) 41.57º 0.8% 0.82% -
XYZ 38.49 37.69 7.44 -
YUV 159.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 208 157 42 0 0.25 0.80 0.18 41.57 0.66 0.49
Hex D0 9D 2A 0 19 50 12 2A 42 31
Octal 320 235 52 0 31 120 22 52 102 61
Binary 11010000 10011101 101010 0 11001 1010000 10010 101010 1000010 110001

Color Harmonies of #D09D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D2A

Black with #D09D2A

Text Example


Text Example

White with #D09D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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