Html Css Color HEX #D69F20 Galliano

📋 copy color: '#D69F20'

red 214 ◦ green 159 ◦ blue 32

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

Shades of Galliano #D69F20

Tints of Galliano #D69F20

RGB

 RED value IS 214 (83.98% from 255) = 52.84%

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

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 52.84%
G = 39.26%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D69F20 (or 0xD69F20) is known color: Galliano. HEX triplet: D6, 9F and 20. RGB value is (214,159,32). Sum of RGB (Red+Green+Blue) = 214+159+32=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F20 is #2960DF. Grayscale: #A1A1A1. Windows color (decimal): -2711776 or 2138070. OLE color: 2138070.

HSL color Cylindrical-coordinate representation of color #D69F20: hue angle of 41.87º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D69F20 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 32 -
CMYK 0 0.26 0.85 0.16
HSL 41.87º 0.74% 0.48% -
HSV(B) 41.87º 0.85% 0.84% -
XYZ 40.39 39.2 6.8 -
YUV 160.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 214 159 32 0 0.26 0.85 0.16 41.87 0.74 0.48
Hex D6 9F 20 0 1A 55 10 2A 4A 30
Octal 326 237 40 0 32 125 20 52 112 60
Binary 11010110 10011111 100000 0 11010 1010101 10000 101010 1001010 110000

Color Harmonies of #D69F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F20

Black with #D69F20

Text Example


Text Example

White with #D69F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F20; }

 p { color: rgb(214,159,32); }

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

background-color css

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

 a { background-color: rgb(214,159,32); }

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

border-color css

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

 span { border-color: rgb(214,159,32); }

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