Html Css Color HEX #D28C2D Fuel Yellow

📋 copy color: '#D28C2D'

red 210 ◦ green 140 ◦ blue 45

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

Shades of Fuel Yellow #D28C2D

Tints of Fuel Yellow #D28C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.39%

R = 53.16%
G = 35.44%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D28C2D (or 0xD28C2D) is known color: Fuel Yellow. HEX triplet: D2, 8C and 2D. RGB value is (210,140,45). Sum of RGB (Red+Green+Blue) = 210+140+45=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C2D is #2D73D2. Grayscale: #969696. Windows color (decimal): -2978771 or 2985170. OLE color: 2985170.

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

Color convert

RGB 210 140 45 -
CMYK 0 0.33 0.79 0.18
HSL 34.55º 0.65% 0.5% -
HSV(B) 34.55º 0.79% 0.82% -
XYZ 36.43 32.65 6.86 -
YUV 150.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 210 140 45 0 0.33 0.79 0.18 34.55 0.65 0.5
Hex D2 8C 2D 0 21 4F 12 23 41 32
Octal 322 214 55 0 41 117 22 43 101 62
Binary 11010010 10001100 101101 0 100001 1001111 10010 100011 1000001 110010

Color Harmonies of #D28C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C2D

Black with #D28C2D

Text Example


Text Example

White with #D28C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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