Html Css Color HEX #D68B32 Fuel Yellow

📋 copy color: '#D68B32'

red 214 ◦ green 139 ◦ blue 50

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

Shades of Fuel Yellow #D68B32

Tints of Fuel Yellow #D68B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.41%

R = 53.1%
G = 34.49%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D68B32 (or 0xD68B32) is known color: Fuel Yellow. HEX triplet: D6, 8B and 32. RGB value is (214,139,50). Sum of RGB (Red+Green+Blue) = 214+139+50=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B32 is #2974CD. Grayscale: #979797. Windows color (decimal): -2716878 or 3312598. OLE color: 3312598.

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

Color convert

RGB 214 139 50 -
CMYK 0 0.35 0.77 0.16
HSL 32.56º 0.67% 0.52% -
HSV(B) 32.56º 0.77% 0.84% -
XYZ 37.54 32.99 7.41 -
YUV 151.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 214 139 50 0 0.35 0.77 0.16 32.56 0.67 0.52
Hex D6 8B 32 0 23 4D 10 21 43 34
Octal 326 213 62 0 43 115 20 41 103 64
Binary 11010110 10001011 110010 0 100011 1001101 10000 100001 1000011 110100

Color Harmonies of #D68B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B32

Black with #D68B32

Text Example


Text Example

White with #D68B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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