Html Css Color HEX #D99334 Fuel Yellow

📋 copy color: '#D99334'

red 217 ◦ green 147 ◦ blue 52

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

Shades of Fuel Yellow #D99334

Tints of Fuel Yellow #D99334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 52.16%
G = 35.34%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D99334 (or 0xD99334) is known color: Fuel Yellow. HEX triplet: D9, 93 and 34. RGB value is (217,147,52). Sum of RGB (Red+Green+Blue) = 217+147+52=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D99334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99334 is #266CCB. Grayscale: #9D9D9D. Windows color (decimal): -2518220 or 3445721. OLE color: 3445721.

HSL color Cylindrical-coordinate representation of color #D99334: hue angle of 34.55º 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 #D99334 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 52 -
CMYK 0 0.32 0.76 0.15
HSL 34.55º 0.68% 0.53% -
HSV(B) 34.55º 0.76% 0.85% -
XYZ 39.67 35.87 8.08 -
YUV 157.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 217 147 52 0 0.32 0.76 0.15 34.55 0.68 0.53
Hex D9 93 34 0 20 4C F 23 44 35
Octal 331 223 64 0 40 114 17 43 104 65
Binary 11011001 10010011 110100 0 100000 1001100 1111 100011 1000100 110101

Color Harmonies of #D99334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99334

Black with #D99334

Text Example


Text Example

White with #D99334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99334; }

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

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

background-color css

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

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

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

border-color css

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

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

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