Html Css Color HEX #D28D3C Fuel Yellow

📋 copy color: '#D28D3C'

red 210 ◦ green 141 ◦ blue 60

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

Shades of Fuel Yellow #D28D3C

Tints of Fuel Yellow #D28D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 51.09%
G = 34.31%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D28D3C (or 0xD28D3C) is known color: Fuel Yellow. HEX triplet: D2, 8D and 3C. RGB value is (210,141,60). Sum of RGB (Red+Green+Blue) = 210+141+60=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D3C is #2D72C3. Grayscale: #989898. Windows color (decimal): -2978500 or 3968466. OLE color: 3968466.

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

Color convert

RGB 210 141 60 -
CMYK 0 0.33 0.71 0.18
HSL 32.4º 0.63% 0.53% -
HSV(B) 32.4º 0.71% 0.82% -
XYZ 36.92 33.08 8.71 -
YUV 152.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 210 141 60 0 0.33 0.71 0.18 32.4 0.63 0.53
Hex D2 8D 3C 0 21 47 12 20 3E 35
Octal 322 215 74 0 41 107 22 40 76 65
Binary 11010010 10001101 111100 0 100001 1000111 10010 100000 111110 110101

Color Harmonies of #D28D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D3C

Black with #D28D3C

Text Example


Text Example

White with #D28D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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