Html Css Color HEX #D68F30 Fuel Yellow

📋 copy color: '#D68F30'

red 214 ◦ green 143 ◦ blue 48

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

Shades of Fuel Yellow #D68F30

Tints of Fuel Yellow #D68F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 52.84%
G = 35.31%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68F30 (or 0xD68F30) is known color: Fuel Yellow. HEX triplet: D6, 8F and 30. RGB value is (214,143,48). Sum of RGB (Red+Green+Blue) = 214+143+48=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F30 is #2970CF. Grayscale: #999999. Windows color (decimal): -2715856 or 3182550. OLE color: 3182550.

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

Color convert

RGB 214 143 48 -
CMYK 0 0.33 0.78 0.16
HSL 34.34º 0.67% 0.51% -
HSV(B) 34.34º 0.78% 0.84% -
XYZ 38.09 34.15 7.38 -
YUV 153.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 214 143 48 0 0.33 0.78 0.16 34.34 0.67 0.51
Hex D6 8F 30 0 21 4E 10 22 43 33
Octal 326 217 60 0 41 116 20 42 103 63
Binary 11010110 10001111 110000 0 100001 1001110 10000 100010 1000011 110011

Color Harmonies of #D68F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F30

Black with #D68F30

Text Example


Text Example

White with #D68F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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