Html Css Color HEX #D99134 Fuel Yellow

📋 copy color: '#D99134'

red 217 ◦ green 145 ◦ blue 52

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

Shades of Fuel Yellow #D99134

Tints of Fuel Yellow #D99134

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

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

 BLUE value IS 52 (20.7% from 255) = 12.56%

R = 52.42%
G = 35.02%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D99134 (or 0xD99134) is known color: Fuel Yellow. HEX triplet: D9, 91 and 34. RGB value is (217,145,52). Sum of RGB (Red+Green+Blue) = 217+145+52=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D99134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99134 is #266ECB. Grayscale: #9C9C9C. Windows color (decimal): -2518732 or 3445209. OLE color: 3445209.

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

Color convert

RGB 217 145 52 -
CMYK 0 0.33 0.76 0.15
HSL 33.82º 0.68% 0.53% -
HSV(B) 33.82º 0.76% 0.85% -
XYZ 39.36 35.25 7.98 -
YUV 155.93 69.35 171.56 -
System Red Green Blue C M Y K H S L
Decimal 217 145 52 0 0.33 0.76 0.15 33.82 0.68 0.53
Hex D9 91 34 0 21 4C F 22 44 35
Octal 331 221 64 0 41 114 17 42 104 65
Binary 11011001 10010001 110100 0 100001 1001100 1111 100010 1000100 110101

Color Harmonies of #D99134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99134

Black with #D99134

Text Example


Text Example

White with #D99134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99134; }

 p { color: rgb(217,145,52); }

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

background-color css

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

 a { background-color: rgb(217,145,52); }

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

border-color css

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

 span { border-color: rgb(217,145,52); }

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