Html Css Color HEX #D5943D Fuel Yellow

📋 copy color: '#D5943D'

red 213 ◦ green 148 ◦ blue 61

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

Shades of Fuel Yellow #D5943D

Tints of Fuel Yellow #D5943D

RGB

 RED value IS 213 (83.59% from 255) = 50.47%

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

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

R = 50.47%
G = 35.07%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5943D (or 0xD5943D) is known color: Fuel Yellow. HEX triplet: D5, 94 and 3D. RGB value is (213,148,61). Sum of RGB (Red+Green+Blue) = 213+148+61=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5943D is #2A6BC2. Grayscale: #9D9D9D. Windows color (decimal): -2780099 or 4035797. OLE color: 4035797.

HSL color Cylindrical-coordinate representation of color #D5943D: hue angle of 34.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5943D is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 61 -
CMYK 0 0.31 0.71 0.16
HSL 34.34º 0.64% 0.54% -
HSV(B) 34.34º 0.71% 0.84% -
XYZ 38.87 35.66 9.25 -
YUV 157.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 213 148 61 0 0.31 0.71 0.16 34.34 0.64 0.54
Hex D5 94 3D 0 1F 47 10 22 40 36
Octal 325 224 75 0 37 107 20 42 100 66
Binary 11010101 10010100 111101 0 11111 1000111 10000 100010 1000000 110110

Color Harmonies of #D5943D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5943D

Black with #D5943D

Text Example


Text Example

White with #D5943D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5943D; }

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

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

background-color css

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

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

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

border-color css

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

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

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