Html Css Color HEX #D28D30 Fuel Yellow

📋 copy color: '#D28D30'

red 210 ◦ green 141 ◦ blue 48

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

Shades of Fuel Yellow #D28D30

Tints of Fuel Yellow #D28D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.03%

R = 52.63%
G = 35.34%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28D30 (or 0xD28D30) is known color: Fuel Yellow. HEX triplet: D2, 8D and 30. RGB value is (210,141,48). Sum of RGB (Red+Green+Blue) = 210+141+48=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D30 is #2D72CF. Grayscale: #979797. Windows color (decimal): -2978512 or 3182034. OLE color: 3182034.

HSL color Cylindrical-coordinate representation of color #D28D30: hue angle of 34.44º 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 #D28D30 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 141 48 -
CMYK 0 0.33 0.77 0.18
HSL 34.44º 0.64% 0.51% -
HSV(B) 34.44º 0.77% 0.82% -
XYZ 36.64 32.96 7.23 -
YUV 151.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 210 141 48 0 0.33 0.77 0.18 34.44 0.64 0.51
Hex D2 8D 30 0 21 4D 12 22 40 33
Octal 322 215 60 0 41 115 22 42 100 63
Binary 11010010 10001101 110000 0 100001 1001101 10010 100010 1000000 110011

Color Harmonies of #D28D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D30

Black with #D28D30

Text Example


Text Example

White with #D28D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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