Html Css Color HEX #D6933D Fuel Yellow

📋 copy color: '#D6933D'

red 214 ◦ green 147 ◦ blue 61

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

Shades of Fuel Yellow #D6933D

Tints of Fuel Yellow #D6933D

RGB

 RED value IS 214 (83.98% from 255) = 50.71%

 GREEN value IS 147 (57.81% from 255) = 34.83%

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

R = 50.71%
G = 34.83%
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

#D6933D (or 0xD6933D) is known color: Fuel Yellow. HEX triplet: D6, 93 and 3D. RGB value is (214,147,61). Sum of RGB (Red+Green+Blue) = 214+147+61=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6933D is #296CC2. Grayscale: #9D9D9D. Windows color (decimal): -2714819 or 4035542. OLE color: 4035542.

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

Color convert

RGB 214 147 61 -
CMYK 0 0.31 0.71 0.16
HSL 33.73º 0.65% 0.54% -
HSV(B) 33.73º 0.71% 0.84% -
XYZ 39.01 35.5 9.21 -
YUV 157.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 214 147 61 0 0.31 0.71 0.16 33.73 0.65 0.54
Hex D6 93 3D 0 1F 47 10 22 41 36
Octal 326 223 75 0 37 107 20 42 101 66
Binary 11010110 10010011 111101 0 11111 1000111 10000 100010 1000001 110110

Color Harmonies of #D6933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6933D

Black with #D6933D

Text Example


Text Example

White with #D6933D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6933D; }

 p { color: rgb(214,147,61); }

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

background-color css

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

 a { background-color: rgb(214,147,61); }

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

border-color css

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

 span { border-color: rgb(214,147,61); }

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