Html Css Color HEX #D28C30 Fuel Yellow

📋 copy color: '#D28C30'

red 210 ◦ green 140 ◦ blue 48

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

Shades of Fuel Yellow #D28C30

Tints of Fuel Yellow #D28C30

RGB

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

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

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

R = 52.76%
G = 35.18%
B = 12.06%

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

#D28C30 (or 0xD28C30) is known color: Fuel Yellow. HEX triplet: D2, 8C and 30. RGB value is (210,140,48). Sum of RGB (Red+Green+Blue) = 210+140+48=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C30 is #2D73CF. Grayscale: #969696. Windows color (decimal): -2978768 or 3181778. OLE color: 3181778.

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

Color convert

RGB 210 140 48 -
CMYK 0 0.33 0.77 0.18
HSL 34.07º 0.64% 0.51% -
HSV(B) 34.07º 0.77% 0.82% -
XYZ 36.49 32.67 7.18 -
YUV 150.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 210 140 48 0 0.33 0.77 0.18 34.07 0.64 0.51
Hex D2 8C 30 0 21 4D 12 22 40 33
Octal 322 214 60 0 41 115 22 42 100 63
Binary 11010010 10001100 110000 0 100001 1001101 10010 100010 1000000 110011

Color Harmonies of #D28C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C30

Black with #D28C30

Text Example


Text Example

White with #D28C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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