Html Css Color HEX #D28A2F Fuel Yellow

📋 copy color: '#D28A2F'

red 210 ◦ green 138 ◦ blue 47

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

Shades of Fuel Yellow #D28A2F

Tints of Fuel Yellow #D28A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

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

R = 53.16%
G = 34.94%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D28A2F (or 0xD28A2F) is known color: Fuel Yellow. HEX triplet: D2, 8A and 2F. RGB value is (210,138,47). Sum of RGB (Red+Green+Blue) = 210+138+47=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A2F is #2D75D0. Grayscale: #959595. Windows color (decimal): -2979281 or 3115730. OLE color: 3115730.

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

Color convert

RGB 210 138 47 -
CMYK 0 0.34 0.78 0.18
HSL 33.5º 0.64% 0.5% -
HSV(B) 33.5º 0.78% 0.82% -
XYZ 36.18 32.08 6.98 -
YUV 149.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 210 138 47 0 0.34 0.78 0.18 33.5 0.64 0.5
Hex D2 8A 2F 0 22 4E 12 21 40 32
Octal 322 212 57 0 42 116 22 41 100 62
Binary 11010010 10001010 101111 0 100010 1001110 10010 100001 1000000 110010

Color Harmonies of #D28A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A2F

Black with #D28A2F

Text Example


Text Example

White with #D28A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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