Html Css Color HEX #D28C32 Fuel Yellow

📋 copy color: '#D28C32'

red 210 ◦ green 140 ◦ blue 50

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

Shades of Fuel Yellow #D28C32

Tints of Fuel Yellow #D28C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 52.5%
G = 35%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D28C32 (or 0xD28C32) is known color: Fuel Yellow. HEX triplet: D2, 8C and 32. RGB value is (210,140,50). Sum of RGB (Red+Green+Blue) = 210+140+50=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C32 is #2D73CD. Grayscale: #979797. Windows color (decimal): -2978766 or 3312850. OLE color: 3312850.

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

Color convert

RGB 210 140 50 -
CMYK 0 0.33 0.76 0.18
HSL 33.75º 0.64% 0.51% -
HSV(B) 33.75º 0.76% 0.82% -
XYZ 36.53 32.69 7.4 -
YUV 150.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 210 140 50 0 0.33 0.76 0.18 33.75 0.64 0.51
Hex D2 8C 32 0 21 4C 12 22 40 33
Octal 322 214 62 0 41 114 22 42 100 63
Binary 11010010 10001100 110010 0 100001 1001100 10010 100010 1000000 110011

Color Harmonies of #D28C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C32

Black with #D28C32

Text Example


Text Example

White with #D28C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C32; }

 p { color: rgb(210,140,50); }

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

background-color css

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

 a { background-color: rgb(210,140,50); }

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

border-color css

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

 span { border-color: rgb(210,140,50); }

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