#D0923D

Color #D0923D Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #D0923D

Tints of Fuel Yellow #D0923D

Color information

#D0923D (or 0xD0923D) is unknown color: approx Fuel Yellow. HEX triplet: D0, 92 and 3D. RGB value is (208,146,61). Sum of RGB (Red+Green+Blue) = 208+146+61=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0923D is #2F6DC2. Grayscale: #9B9B9B. Windows color (decimal): -3108291 or 4035280. OLE color: 4035280.

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

Color convert

RGB20814661-
CMYK00.300.710.18
HSL34.69º61%52.75%-
HSV(B)34.69º70.67%81.57%-
XYZ37.1334.39.08-
YUV154.8575.04165.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 61 (24.22% from 255) = 14.70%
R=50.12%
G=35.18%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081466100.300.710.1834.696152.75
HexD0923D01E4712233d35
Octal3202227503610722437565
Binary1101000010010010111101011110100011110010100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0923D; }

 p { color: rgb(208,146,61); }

 H1.HeaderClassName
 {
   color: #D0923D;
 }
 .AnyTagClassName
 {
   color: #D0923D;
 }
</style>
background-color css

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

 a { background-color: rgb(208,146,61); }

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

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

 span { border-color: rgb(208,146,61); }

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