Html Css Color HEX #D99434 Fuel Yellow

📋 copy color: '#D99434'

red 217 ◦ green 148 ◦ blue 52

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

Shades of Fuel Yellow #D99434

Tints of Fuel Yellow #D99434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

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

R = 52.04%
G = 35.49%
B = 12.47%

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

#D99434 (or 0xD99434) is known color: Fuel Yellow. HEX triplet: D9, 94 and 34. RGB value is (217,148,52). Sum of RGB (Red+Green+Blue) = 217+148+52=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D99434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99434 is #266BCB. Grayscale: #9E9E9E. Windows color (decimal): -2517964 or 3445977. OLE color: 3445977.

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

Color convert

RGB 217 148 52 -
CMYK 0 0.32 0.76 0.15
HSL 34.91º 0.68% 0.53% -
HSV(B) 34.91º 0.76% 0.85% -
XYZ 39.83 36.18 8.13 -
YUV 157.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 217 148 52 0 0.32 0.76 0.15 34.91 0.68 0.53
Hex D9 94 34 0 20 4C F 23 44 35
Octal 331 224 64 0 40 114 17 43 104 65
Binary 11011001 10010100 110100 0 100000 1001100 1111 100011 1000100 110101

Color Harmonies of #D99434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99434

Black with #D99434

Text Example


Text Example

White with #D99434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99434; }

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

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

background-color css

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

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

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

border-color css

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

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

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