Html Css Color HEX #D28F31 Fuel Yellow

📋 copy color: '#D28F31'

red 210 ◦ green 143 ◦ blue 49

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

Shades of Fuel Yellow #D28F31

Tints of Fuel Yellow #D28F31

RGB

 RED value IS 210 (82.42% from 255) = 52.24%

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 49 (19.53% from 255) = 12.19%

R = 52.24%
G = 35.57%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28F31 (or 0xD28F31) is known color: Fuel Yellow. HEX triplet: D2, 8F and 31. RGB value is (210,143,49). Sum of RGB (Red+Green+Blue) = 210+143+49=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28F31 is #2D70CE. Grayscale: #989898. Windows color (decimal): -2977999 or 3248082. OLE color: 3248082.

HSL color Cylindrical-coordinate representation of color #D28F31: hue angle of 35.03º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D28F31 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 143 49 -
CMYK 0 0.32 0.77 0.18
HSL 35.03º 0.64% 0.51% -
HSV(B) 35.03º 0.77% 0.82% -
XYZ 36.96 33.57 7.44 -
YUV 152.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 210 143 49 0 0.32 0.77 0.18 35.03 0.64 0.51
Hex D2 8F 31 0 20 4D 12 23 40 33
Octal 322 217 61 0 40 115 22 43 100 63
Binary 11010010 10001111 110001 0 100000 1001101 10010 100011 1000000 110011

Color Harmonies of #D28F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F31

Black with #D28F31

Text Example


Text Example

White with #D28F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F31; }

 p { color: rgb(210,143,49); }

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

background-color css

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

 a { background-color: rgb(210,143,49); }

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

border-color css

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

 span { border-color: rgb(210,143,49); }

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