Html Css Color HEX #D68F32 Fuel Yellow

📋 copy color: '#D68F32'

red 214 ◦ green 143 ◦ blue 50

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

Shades of Fuel Yellow #D68F32

Tints of Fuel Yellow #D68F32

RGB

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

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

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

R = 52.58%
G = 35.14%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D68F32 (or 0xD68F32) is known color: Fuel Yellow. HEX triplet: D6, 8F and 32. RGB value is (214,143,50). Sum of RGB (Red+Green+Blue) = 214+143+50=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F32 is #2970CD. Grayscale: #9A9A9A. Windows color (decimal): -2715854 or 3313622. OLE color: 3313622.

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

Color convert

RGB 214 143 50 -
CMYK 0 0.33 0.77 0.16
HSL 34.02º 0.67% 0.52% -
HSV(B) 34.02º 0.77% 0.84% -
XYZ 38.13 34.17 7.6 -
YUV 153.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 214 143 50 0 0.33 0.77 0.16 34.02 0.67 0.52
Hex D6 8F 32 0 21 4D 10 22 43 34
Octal 326 217 62 0 41 115 20 42 103 64
Binary 11010110 10001111 110010 0 100001 1001101 10000 100010 1000011 110100

Color Harmonies of #D68F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F32

Black with #D68F32

Text Example


Text Example

White with #D68F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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