#D69B33

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

Shades of Fuel Yellow #D69B33

Tints of Fuel Yellow #D69B33

Color information

#D69B33 (or 0xD69B33) is unknown color: approx Fuel Yellow. HEX triplet: D6, 9B and 33. RGB value is (214,155,51). Sum of RGB (Red+Green+Blue) = 214+155+51=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B33 is #2964CC. Grayscale: #A1A1A1. Windows color (decimal): -2712781 or 3382230. OLE color: 3382230.

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

Color convert

RGB21415551-
CMYK00.280.760.16
HSL38.28º66.53%51.96%-
HSV(B)38.28º76.17%83.92%-
XYZ40.0537.988.35-
YUV160.7866.05165.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=50.95%
G=36.90%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141555100.280.760.1638.2866.5351.96
HexD69B3301C4C10264334
Octal32623363034114204610364
Binary11010110100110111100110111001001100100001001101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B33; }

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

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

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

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

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

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

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

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