Html Css Color HEX #D89F21 Galliano

📋 copy color: '#D89F21'

red 216 ◦ green 159 ◦ blue 33

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

Shades of Galliano #D89F21

Tints of Galliano #D89F21

RGB

 RED value IS 216 (84.77% from 255) = 52.94%

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

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

R = 52.94%
G = 38.97%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D89F21 (or 0xD89F21) is known color: Galliano. HEX triplet: D8, 9F and 21. RGB value is (216,159,33). Sum of RGB (Red+Green+Blue) = 216+159+33=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89F21 is #2760DE. Grayscale: #A2A2A2. Windows color (decimal): -2580703 or 2203608. OLE color: 2203608.

HSL color Cylindrical-coordinate representation of color #D89F21: hue angle of 41.31º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D89F21 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 159 33 -
CMYK 0 0.26 0.85 0.15
HSL 41.31º 0.73% 0.49% -
HSV(B) 41.31º 0.85% 0.85% -
XYZ 40.99 39.51 6.9 -
YUV 161.68 55.38 166.75 -
System Red Green Blue C M Y K H S L
Decimal 216 159 33 0 0.26 0.85 0.15 41.31 0.73 0.49
Hex D8 9F 21 0 1A 55 F 29 49 31
Octal 330 237 41 0 32 125 17 51 111 61
Binary 11011000 10011111 100001 0 11010 1010101 1111 101001 1001001 110001

Color Harmonies of #D89F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89F21

Black with #D89F21

Text Example


Text Example

White with #D89F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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