#D69C33

Color #D69C33 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #D69C33

Tints of Fuel Yellow #D69C33

Color information

#D69C33 (or 0xD69C33) is unknown color: approx Fuel Yellow. HEX triplet: D6, 9C and 33. RGB value is (214,156,51). Sum of RGB (Red+Green+Blue) = 214+156+51=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C33 is #2963CC. Grayscale: #A1A1A1. Windows color (decimal): -2712525 or 3382486. OLE color: 3382486.

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

Color convert

RGB21415651-
CMYK00.270.760.16
HSL38.65º66.53%51.96%-
HSV(B)38.65º76.17%83.92%-
XYZ40.2238.318.41-
YUV161.3765.72165.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.83%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 51 (20.31% from 255) = 12.11%
R=50.83%
G=37.05%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141565100.270.760.1638.6566.5351.96
HexD69C3301B4C10274334
Octal32623463033114204710364
Binary11010110100111001100110110111001100100001001111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C33; }

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

 H1.HeaderClassName
 {
   color: #D69C33;
 }
 .AnyTagClassName
 {
   color: #D69C33;
 }
</style>
background-color css

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

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

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

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

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

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