Html Css Color HEX #D28E2F Fuel Yellow

📋 copy color: '#D28E2F'

red 210 ◦ green 142 ◦ blue 47

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

Shades of Fuel Yellow #D28E2F

Tints of Fuel Yellow #D28E2F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

 BLUE value IS 47 (18.75% from 255) = 11.78%

R = 52.63%
G = 35.59%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D28E2F (or 0xD28E2F) is known color: Fuel Yellow. HEX triplet: D2, 8E and 2F. RGB value is (210,142,47). Sum of RGB (Red+Green+Blue) = 210+142+47=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E2F is #2D71D0. Grayscale: #979797. Windows color (decimal): -2978257 or 3116754. OLE color: 3116754.

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

Color convert

RGB 210 142 47 -
CMYK 0 0.32 0.78 0.18
HSL 34.97º 0.64% 0.5% -
HSV(B) 34.97º 0.78% 0.82% -
XYZ 36.76 33.25 7.17 -
YUV 151.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 210 142 47 0 0.32 0.78 0.18 34.97 0.64 0.5
Hex D2 8E 2F 0 20 4E 12 23 40 32
Octal 322 216 57 0 40 116 22 43 100 62
Binary 11010010 10001110 101111 0 100000 1001110 10010 100011 1000000 110010

Color Harmonies of #D28E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E2F

Black with #D28E2F

Text Example


Text Example

White with #D28E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E2F; }

 p { color: rgb(210,142,47); }

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

background-color css

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

 a { background-color: rgb(210,142,47); }

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

border-color css

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

 span { border-color: rgb(210,142,47); }

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