Html Css Color HEX #D2962D Fuel Yellow

📋 copy color: '#D2962D'

red 210 ◦ green 150 ◦ blue 45

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

Shades of Fuel Yellow #D2962D

Tints of Fuel Yellow #D2962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

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

R = 51.85%
G = 37.04%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2962D (or 0xD2962D) is known color: Fuel Yellow. HEX triplet: D2, 96 and 2D. RGB value is (210,150,45). Sum of RGB (Red+Green+Blue) = 210+150+45=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2962D is #2D69D2. Grayscale: #9C9C9C. Windows color (decimal): -2976211 or 2987730. OLE color: 2987730.

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

Color convert

RGB 210 150 45 -
CMYK 0 0.29 0.79 0.18
HSL 38.18º 0.65% 0.5% -
HSV(B) 38.18º 0.79% 0.82% -
XYZ 37.96 35.7 7.37 -
YUV 155.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 210 150 45 0 0.29 0.79 0.18 38.18 0.65 0.5
Hex D2 96 2D 0 1D 4F 12 26 41 32
Octal 322 226 55 0 35 117 22 46 101 62
Binary 11010010 10010110 101101 0 11101 1001111 10010 100110 1000001 110010

Color Harmonies of #D2962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2962D

Black with #D2962D

Text Example


Text Example

White with #D2962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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