Html Css Color HEX #D68B2F Fuel Yellow

📋 copy color: '#D68B2F'

red 214 ◦ green 139 ◦ blue 47

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

Shades of Fuel Yellow #D68B2F

Tints of Fuel Yellow #D68B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 53.5%
G = 34.75%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68B2F (or 0xD68B2F) is known color: Fuel Yellow. HEX triplet: D6, 8B and 2F. RGB value is (214,139,47). Sum of RGB (Red+Green+Blue) = 214+139+47=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B2F is #2974D0. Grayscale: #979797. Windows color (decimal): -2716881 or 3115990. OLE color: 3115990.

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

Color convert

RGB 214 139 47 -
CMYK 0 0.35 0.78 0.16
HSL 33.05º 0.67% 0.51% -
HSV(B) 33.05º 0.78% 0.84% -
XYZ 37.48 32.97 7.08 -
YUV 150.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 214 139 47 0 0.35 0.78 0.16 33.05 0.67 0.51
Hex D6 8B 2F 0 23 4E 10 21 43 33
Octal 326 213 57 0 43 116 20 41 103 63
Binary 11010110 10001011 101111 0 100011 1001110 10000 100001 1000011 110011

Color Harmonies of #D68B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B2F

Black with #D68B2F

Text Example


Text Example

White with #D68B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B2F; }

 p { color: rgb(214,139,47); }

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

background-color css

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

 a { background-color: rgb(214,139,47); }

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

border-color css

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

 span { border-color: rgb(214,139,47); }

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