Html Css Color HEX #D6933C Fuel Yellow

📋 copy color: '#D6933C'

red 214 ◦ green 147 ◦ blue 60

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

Shades of Fuel Yellow #D6933C

Tints of Fuel Yellow #D6933C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.25%

R = 50.83%
G = 34.92%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6933C (or 0xD6933C) is known color: Fuel Yellow. HEX triplet: D6, 93 and 3C. RGB value is (214,147,60). Sum of RGB (Red+Green+Blue) = 214+147+60=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6933C is #296CC3. Grayscale: #9D9D9D. Windows color (decimal): -2714820 or 3970006. OLE color: 3970006.

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

Color convert

RGB 214 147 60 -
CMYK 0 0.31 0.72 0.16
HSL 33.9º 0.65% 0.54% -
HSV(B) 33.9º 0.72% 0.84% -
XYZ 38.98 35.49 9.07 -
YUV 157.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 214 147 60 0 0.31 0.72 0.16 33.9 0.65 0.54
Hex D6 93 3C 0 1F 48 10 22 41 36
Octal 326 223 74 0 37 110 20 42 101 66
Binary 11010110 10010011 111100 0 11111 1001000 10000 100010 1000001 110110

Color Harmonies of #D6933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6933C

Black with #D6933C

Text Example


Text Example

White with #D6933C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6933C; }

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

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

background-color css

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

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

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

border-color css

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

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

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