Html Css Color HEX #D0943D Fuel Yellow

📋 copy color: '#D0943D'

red 208 ◦ green 148 ◦ blue 61

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

Shades of Fuel Yellow #D0943D

Tints of Fuel Yellow #D0943D

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

 GREEN value IS 148 (58.2% from 255) = 35.49%

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

R = 49.88%
G = 35.49%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0943D (or 0xD0943D) is known color: Fuel Yellow. HEX triplet: D0, 94 and 3D. RGB value is (208,148,61). Sum of RGB (Red+Green+Blue) = 208+148+61=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0943D is #2F6BC2. Grayscale: #9C9C9C. Windows color (decimal): -3107779 or 4035792. OLE color: 4035792.

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

Color convert

RGB 208 148 61 -
CMYK 0 0.29 0.71 0.18
HSL 35.51º 0.61% 0.53% -
HSV(B) 35.51º 0.71% 0.82% -
XYZ 37.44 34.93 9.18 -
YUV 156.02 74.38 165.07 -
System Red Green Blue C M Y K H S L
Decimal 208 148 61 0 0.29 0.71 0.18 35.51 0.61 0.53
Hex D0 94 3D 0 1D 47 12 24 3D 35
Octal 320 224 75 0 35 107 22 44 75 65
Binary 11010000 10010100 111101 0 11101 1000111 10010 100100 111101 110101

Color Harmonies of #D0943D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0943D

Black with #D0943D

Text Example


Text Example

White with #D0943D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0943D; }

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

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

background-color css

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

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

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

border-color css

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

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

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