#DFDD33

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

Shades of Starship #DFDD33

Tints of Starship #DFDD33

Color information

#DFDD33 (or 0xDFDD33) is unknown color: approx Starship. HEX triplet: DF, DD and 33. RGB value is (223,221,51). Sum of RGB (Red+Green+Blue) = 223+221+51=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD33 is #2022CC. Grayscale: #CACACA. Windows color (decimal): -2106061 or 3399135. OLE color: 3399135.

HSL color Cylindrical-coordinate representation of color #DFDD33: hue angle of 59.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFDD33 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22322151-
CMYK00.010.770.13
HSL59.3º72.88%53.73%-
HSV(B)59.3º77.13%87.45%-
XYZ56.8967.6413.19-
YUV202.2242.66142.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 51 (20.31% from 255) = 10.30%
R=45.05%
G=44.65%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232215100.010.770.1359.372.8853.73
HexDFDD33014DD3b4936
Octal3373356301115157311166
Binary110111111101110111001101100110111011110111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD33; }

 p { color: rgb(223,221,51); }

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

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

 a { background-color: rgb(223,221,51); }

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

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

 span { border-color: rgb(223,221,51); }

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