Html Css Color HEX #D89132 Fuel Yellow

📋 copy color: '#D89132'

red 216 ◦ green 145 ◦ blue 50

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

Shades of Fuel Yellow #D89132

Tints of Fuel Yellow #D89132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 52.55%
G = 35.28%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D89132 (or 0xD89132) is known color: Fuel Yellow. HEX triplet: D8, 91 and 32. RGB value is (216,145,50). Sum of RGB (Red+Green+Blue) = 216+145+50=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D89132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89132 is #276ECD. Grayscale: #9B9B9B. Windows color (decimal): -2584270 or 3314136. OLE color: 3314136.

HSL color Cylindrical-coordinate representation of color #D89132: hue angle of 34.34º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D89132 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 145 50 -
CMYK 0 0.33 0.77 0.15
HSL 34.34º 0.68% 0.52% -
HSV(B) 34.34º 0.77% 0.85% -
XYZ 39.02 35.08 7.73 -
YUV 155.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 216 145 50 0 0.33 0.77 0.15 34.34 0.68 0.52
Hex D8 91 32 0 21 4D F 22 44 34
Octal 330 221 62 0 41 115 17 42 104 64
Binary 11011000 10010001 110010 0 100001 1001101 1111 100010 1000100 110100

Color Harmonies of #D89132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89132

Black with #D89132

Text Example


Text Example

White with #D89132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89132; }

 p { color: rgb(216,145,50); }

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

background-color css

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

 a { background-color: rgb(216,145,50); }

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

border-color css

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

 span { border-color: rgb(216,145,50); }

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