Html Css Color HEX #D28D35 Fuel Yellow

📋 copy color: '#D28D35'

red 210 ◦ green 141 ◦ blue 53

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

Shades of Fuel Yellow #D28D35

Tints of Fuel Yellow #D28D35

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 53 (21.09% from 255) = 13.12%

R = 51.98%
G = 34.9%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D28D35 (or 0xD28D35) is known color: Fuel Yellow. HEX triplet: D2, 8D and 35. RGB value is (210,141,53). Sum of RGB (Red+Green+Blue) = 210+141+53=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D35 is #2D72CA. Grayscale: #989898. Windows color (decimal): -2978507 or 3509714. OLE color: 3509714.

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

Color convert

RGB 210 141 53 -
CMYK 0 0.33 0.75 0.18
HSL 33.63º 0.64% 0.52% -
HSV(B) 33.63º 0.75% 0.82% -
XYZ 36.75 33.01 7.8 -
YUV 151.6 72.36 169.66 -
System Red Green Blue C M Y K H S L
Decimal 210 141 53 0 0.33 0.75 0.18 33.63 0.64 0.52
Hex D2 8D 35 0 21 4B 12 22 40 34
Octal 322 215 65 0 41 113 22 42 100 64
Binary 11010010 10001101 110101 0 100001 1001011 10010 100010 1000000 110100

Color Harmonies of #D28D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D35

Black with #D28D35

Text Example


Text Example

White with #D28D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D35; }

 p { color: rgb(210,141,53); }

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

background-color css

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

 a { background-color: rgb(210,141,53); }

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

border-color css

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

 span { border-color: rgb(210,141,53); }

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