Html Css Color HEX #D2913D Fuel Yellow

📋 copy color: '#D2913D'

red 210 ◦ green 145 ◦ blue 61

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

Shades of Fuel Yellow #D2913D

Tints of Fuel Yellow #D2913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.86%

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 50.48%
G = 34.86%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2913D (or 0xD2913D) is known color: Fuel Yellow. HEX triplet: D2, 91 and 3D. RGB value is (210,145,61). Sum of RGB (Red+Green+Blue) = 210+145+61=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2913D is #2D6EC2. Grayscale: #9B9B9B. Windows color (decimal): -2977475 or 4035026. OLE color: 4035026.

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

Color convert

RGB 210 145 61 -
CMYK 0 0.31 0.71 0.18
HSL 33.83º 0.62% 0.53% -
HSV(B) 33.83º 0.71% 0.82% -
XYZ 37.55 34.29 9.05 -
YUV 154.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 210 145 61 0 0.31 0.71 0.18 33.83 0.62 0.53
Hex D2 91 3D 0 1F 47 12 22 3E 35
Octal 322 221 75 0 37 107 22 42 76 65
Binary 11010010 10010001 111101 0 11111 1000111 10010 100010 111110 110101

Color Harmonies of #D2913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2913D

Black with #D2913D

Text Example


Text Example

White with #D2913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2913D; }

 p { color: rgb(210,145,61); }

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

background-color css

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

 a { background-color: rgb(210,145,61); }

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

border-color css

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

 span { border-color: rgb(210,145,61); }

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