Html Css Color HEX #D68D30 Fuel Yellow

📋 copy color: '#D68D30'

red 214 ◦ green 141 ◦ blue 48

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

Shades of Fuel Yellow #D68D30

Tints of Fuel Yellow #D68D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

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

R = 53.1%
G = 34.99%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68D30 (or 0xD68D30) is known color: Fuel Yellow. HEX triplet: D6, 8D and 30. RGB value is (214,141,48). Sum of RGB (Red+Green+Blue) = 214+141+48=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D30 is #2972CF. Grayscale: #989898. Windows color (decimal): -2716368 or 3182038. OLE color: 3182038.

HSL color Cylindrical-coordinate representation of color #D68D30: hue angle of 33.61º 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 #D68D30 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 141 48 -
CMYK 0 0.34 0.78 0.16
HSL 33.61º 0.67% 0.51% -
HSV(B) 33.61º 0.78% 0.84% -
XYZ 37.79 33.56 7.28 -
YUV 152.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 214 141 48 0 0.34 0.78 0.16 33.61 0.67 0.51
Hex D6 8D 30 0 22 4E 10 22 43 33
Octal 326 215 60 0 42 116 20 42 103 63
Binary 11010110 10001101 110000 0 100010 1001110 10000 100010 1000011 110011

Color Harmonies of #D68D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D30

Black with #D68D30

Text Example


Text Example

White with #D68D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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