Html Css Color HEX #D28E2D Fuel Yellow

📋 copy color: '#D28E2D'

red 210 ◦ green 142 ◦ blue 45

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

Shades of Fuel Yellow #D28E2D

Tints of Fuel Yellow #D28E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 52.9%
G = 35.77%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D28E2D (or 0xD28E2D) is known color: Fuel Yellow. HEX triplet: D2, 8E and 2D. RGB value is (210,142,45). Sum of RGB (Red+Green+Blue) = 210+142+45=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E2D is #2D71D2. Grayscale: #979797. Windows color (decimal): -2978259 or 2985682. OLE color: 2985682.

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

Color convert

RGB 210 142 45 -
CMYK 0 0.32 0.79 0.18
HSL 35.27º 0.65% 0.5% -
HSV(B) 35.27º 0.79% 0.82% -
XYZ 36.73 33.24 6.96 -
YUV 151.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 210 142 45 0 0.32 0.79 0.18 35.27 0.65 0.5
Hex D2 8E 2D 0 20 4F 12 23 41 32
Octal 322 216 55 0 40 117 22 43 101 62
Binary 11010010 10001110 101101 0 100000 1001111 10010 100011 1000001 110010

Color Harmonies of #D28E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E2D

Black with #D28E2D

Text Example


Text Example

White with #D28E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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