Html Css Color HEX #D68A31 Fuel Yellow

📋 copy color: '#D68A31'

red 214 ◦ green 138 ◦ blue 49

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

Shades of Fuel Yellow #D68A31

Tints of Fuel Yellow #D68A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 49 (19.53% from 255) = 12.22%

R = 53.37%
G = 34.41%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D68A31 (or 0xD68A31) is known color: Fuel Yellow. HEX triplet: D6, 8A and 31. RGB value is (214,138,49). Sum of RGB (Red+Green+Blue) = 214+138+49=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A31 is #2975CE. Grayscale: #979797. Windows color (decimal): -2717135 or 3246806. OLE color: 3246806.

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

Color convert

RGB 214 138 49 -
CMYK 0 0.36 0.77 0.16
HSL 32.36º 0.67% 0.52% -
HSV(B) 32.36º 0.77% 0.84% -
XYZ 37.37 32.69 7.25 -
YUV 150.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 214 138 49 0 0.36 0.77 0.16 32.36 0.67 0.52
Hex D6 8A 31 0 24 4D 10 20 43 34
Octal 326 212 61 0 44 115 20 40 103 64
Binary 11010110 10001010 110001 0 100100 1001101 10000 100000 1000011 110100

Color Harmonies of #D68A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A31

Black with #D68A31

Text Example


Text Example

White with #D68A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A31; }

 p { color: rgb(214,138,49); }

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

background-color css

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

 a { background-color: rgb(214,138,49); }

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

border-color css

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

 span { border-color: rgb(214,138,49); }

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