Html Css Color HEX #D39D23 Galliano

📋 copy color: '#D39D23'

red 211 ◦ green 157 ◦ blue 35

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

Shades of Galliano #D39D23

Tints of Galliano #D39D23

RGB

 RED value IS 211 (82.81% from 255) = 52.36%

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

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 52.36%
G = 38.96%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D39D23 (or 0xD39D23) is known color: Galliano. HEX triplet: D3, 9D and 23. RGB value is (211,157,35). Sum of RGB (Red+Green+Blue) = 211+157+35=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39D23 is #2C62DC. Grayscale: #9F9F9F. Windows color (decimal): -2908893 or 2334163. OLE color: 2334163.

HSL color Cylindrical-coordinate representation of color #D39D23: hue angle of 41.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D39D23 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 157 35 -
CMYK 0 0.26 0.83 0.17
HSL 41.59º 0.72% 0.48% -
HSV(B) 41.59º 0.83% 0.83% -
XYZ 39.22 38.08 6.87 -
YUV 159.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 211 157 35 0 0.26 0.83 0.17 41.59 0.72 0.48
Hex D3 9D 23 0 1A 53 11 2A 48 30
Octal 323 235 43 0 32 123 21 52 110 60
Binary 11010011 10011101 100011 0 11010 1010011 10001 101010 1001000 110000

Color Harmonies of #D39D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39D23

Black with #D39D23

Text Example


Text Example

White with #D39D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39D23; }

 p { color: rgb(211,157,35); }

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

background-color css

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

 a { background-color: rgb(211,157,35); }

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

border-color css

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

 span { border-color: rgb(211,157,35); }

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