Html Css Color HEX #D68930 Fuel Yellow

📋 copy color: '#D68930'

red 214 ◦ green 137 ◦ blue 48

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

Shades of Fuel Yellow #D68930

Tints of Fuel Yellow #D68930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

 BLUE value IS 48 (19.14% from 255) = 12.03%

R = 53.63%
G = 34.34%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68930 (or 0xD68930) is known color: Fuel Yellow. HEX triplet: D6, 89 and 30. RGB value is (214,137,48). Sum of RGB (Red+Green+Blue) = 214+137+48=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68930 is #2976CF. Grayscale: #969696. Windows color (decimal): -2717392 or 3181014. OLE color: 3181014.

HSL color Cylindrical-coordinate representation of color #D68930: hue angle of 32.17º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D68930 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 48 -
CMYK 0 0.36 0.78 0.16
HSL 32.17º 0.67% 0.51% -
HSV(B) 32.17º 0.78% 0.84% -
XYZ 37.21 32.4 7.09 -
YUV 149.88 70.51 173.74 -
System Red Green Blue C M Y K H S L
Decimal 214 137 48 0 0.36 0.78 0.16 32.17 0.67 0.51
Hex D6 89 30 0 24 4E 10 20 43 33
Octal 326 211 60 0 44 116 20 40 103 63
Binary 11010110 10001001 110000 0 100100 1001110 10000 100000 1000011 110011

Color Harmonies of #D68930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68930

Black with #D68930

Text Example


Text Example

White with #D68930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68930; }

 p { color: rgb(214,137,48); }

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

background-color css

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

 a { background-color: rgb(214,137,48); }

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

border-color css

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

 span { border-color: rgb(214,137,48); }

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