Html Css Color HEX #D28D2F Fuel Yellow

📋 copy color: '#D28D2F'

red 210 ◦ green 141 ◦ blue 47

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

Shades of Fuel Yellow #D28D2F

Tints of Fuel Yellow #D28D2F

RGB

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

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

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

R = 52.76%
G = 35.43%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D28D2F (or 0xD28D2F) is known color: Fuel Yellow. HEX triplet: D2, 8D and 2F. RGB value is (210,141,47). Sum of RGB (Red+Green+Blue) = 210+141+47=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D2F is #2D72D0. Grayscale: #979797. Windows color (decimal): -2978513 or 3116498. OLE color: 3116498.

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

Color convert

RGB 210 141 47 -
CMYK 0 0.33 0.78 0.18
HSL 34.6º 0.64% 0.5% -
HSV(B) 34.6º 0.78% 0.82% -
XYZ 36.62 32.96 7.12 -
YUV 150.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 210 141 47 0 0.33 0.78 0.18 34.6 0.64 0.5
Hex D2 8D 2F 0 21 4E 12 23 40 32
Octal 322 215 57 0 41 116 22 43 100 62
Binary 11010010 10001101 101111 0 100001 1001110 10010 100011 1000000 110010

Color Harmonies of #D28D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D2F

Black with #D28D2F

Text Example


Text Example

White with #D28D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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