Html Css Color HEX #D68B34 Fuel Yellow

📋 copy color: '#D68B34'

red 214 ◦ green 139 ◦ blue 52

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

Shades of Fuel Yellow #D68B34

Tints of Fuel Yellow #D68B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 52.84%
G = 34.32%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D68B34 (or 0xD68B34) is known color: Fuel Yellow. HEX triplet: D6, 8B and 34. RGB value is (214,139,52). Sum of RGB (Red+Green+Blue) = 214+139+52=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B34 is #2974CB. Grayscale: #979797. Windows color (decimal): -2716876 or 3443670. OLE color: 3443670.

HSL color Cylindrical-coordinate representation of color #D68B34: hue angle of 32.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D68B34 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 139 52 -
CMYK 0 0.35 0.76 0.16
HSL 32.22º 0.66% 0.52% -
HSV(B) 32.22º 0.76% 0.84% -
XYZ 37.58 33.01 7.64 -
YUV 151.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 214 139 52 0 0.35 0.76 0.16 32.22 0.66 0.52
Hex D6 8B 34 0 23 4C 10 20 42 34
Octal 326 213 64 0 43 114 20 40 102 64
Binary 11010110 10001011 110100 0 100011 1001100 10000 100000 1000010 110100

Color Harmonies of #D68B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B34

Black with #D68B34

Text Example


Text Example

White with #D68B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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