Html Css Color HEX #D89A1B Galliano

📋 copy color: '#D89A1B'

red 216 ◦ green 154 ◦ blue 27

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

Shades of Galliano #D89A1B

Tints of Galliano #D89A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

 BLUE value IS 27 (10.94% from 255) = 6.8%

R = 54.41%
G = 38.79%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D89A1B (or 0xD89A1B) is known color: Galliano. HEX triplet: D8, 9A and 1B. RGB value is (216,154,27). Sum of RGB (Red+Green+Blue) = 216+154+27=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89A1B is #2765E4. Grayscale: #9E9E9E. Windows color (decimal): -2581989 or 1809112. OLE color: 1809112.

HSL color Cylindrical-coordinate representation of color #D89A1B: hue angle of 40.32º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D89A1B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 154 27 -
CMYK 0 0.29 0.88 0.15
HSL 40.32º 0.78% 0.48% -
HSV(B) 40.32º 0.88% 0.85% -
XYZ 40.07 37.79 6.22 -
YUV 158.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 216 154 27 0 0.29 0.88 0.15 40.32 0.78 0.48
Hex D8 9A 1B 0 1D 58 F 28 4E 30
Octal 330 232 33 0 35 130 17 50 116 60
Binary 11011000 10011010 11011 0 11101 1011000 1111 101000 1001110 110000

Color Harmonies of #D89A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A1B

Black with #D89A1B

Text Example


Text Example

White with #D89A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A1B; }

 p { color: rgb(216,154,27); }

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

background-color css

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

 a { background-color: rgb(216,154,27); }

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

border-color css

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

 span { border-color: rgb(216,154,27); }

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