Html Css Color HEX #D69F21 Galliano

📋 copy color: '#D69F21'

red 214 ◦ green 159 ◦ blue 33

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

Shades of Galliano #D69F21

Tints of Galliano #D69F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.13%

R = 52.71%
G = 39.16%
B = 8.13%

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

#D69F21 (or 0xD69F21) is known color: Galliano. HEX triplet: D6, 9F and 21. RGB value is (214,159,33). Sum of RGB (Red+Green+Blue) = 214+159+33=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F21 is #2960DE. Grayscale: #A1A1A1. Windows color (decimal): -2711775 or 2203606. OLE color: 2203606.

HSL color Cylindrical-coordinate representation of color #D69F21: hue angle of 41.77º degrees, saturation: 0.73, 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 #D69F21 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 33 -
CMYK 0 0.26 0.85 0.16
HSL 41.77º 0.73% 0.48% -
HSV(B) 41.77º 0.85% 0.84% -
XYZ 40.4 39.2 6.88 -
YUV 161.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 214 159 33 0 0.26 0.85 0.16 41.77 0.73 0.48
Hex D6 9F 21 0 1A 55 10 2A 49 30
Octal 326 237 41 0 32 125 20 52 111 60
Binary 11010110 10011111 100001 0 11010 1010101 10000 101010 1001001 110000

Color Harmonies of #D69F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F21

Black with #D69F21

Text Example


Text Example

White with #D69F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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