Html Css Color HEX #D68D33 Fuel Yellow

📋 copy color: '#D68D33'

red 214 ◦ green 141 ◦ blue 51

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

Shades of Fuel Yellow #D68D33

Tints of Fuel Yellow #D68D33

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.73%

 BLUE value IS 51 (20.31% from 255) = 12.56%

R = 52.71%
G = 34.73%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D68D33 (or 0xD68D33) is known color: Fuel Yellow. HEX triplet: D6, 8D and 33. RGB value is (214,141,51). Sum of RGB (Red+Green+Blue) = 214+141+51=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D33 is #2972CC. Grayscale: #999999. Windows color (decimal): -2716365 or 3378646. OLE color: 3378646.

HSL color Cylindrical-coordinate representation of color #D68D33: hue angle of 33.13º degrees, saturation: 0.67, 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 #D68D33 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 141 51 -
CMYK 0 0.34 0.76 0.16
HSL 33.13º 0.67% 0.52% -
HSV(B) 33.13º 0.76% 0.84% -
XYZ 37.85 33.58 7.62 -
YUV 152.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 214 141 51 0 0.34 0.76 0.16 33.13 0.67 0.52
Hex D6 8D 33 0 22 4C 10 21 43 34
Octal 326 215 63 0 42 114 20 41 103 64
Binary 11010110 10001101 110011 0 100010 1001100 10000 100001 1000011 110100

Color Harmonies of #D68D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D33

Black with #D68D33

Text Example


Text Example

White with #D68D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D33; }

 p { color: rgb(214,141,51); }

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

background-color css

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

 a { background-color: rgb(214,141,51); }

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

border-color css

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

 span { border-color: rgb(214,141,51); }

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