#DFDC35

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

Shades of Starship #DFDC35

Tints of Starship #DFDC35

Color information

#DFDC35 (or 0xDFDC35) is unknown color: approx Starship. HEX triplet: DF, DC and 35. RGB value is (223,220,53). Sum of RGB (Red+Green+Blue) = 223+220+53=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC35 is #2023CA. Grayscale: #CACACA. Windows color (decimal): -2106315 or 3529951. OLE color: 3529951.

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

Color convert

RGB22322053-
CMYK00.010.760.13
HSL58.94º72.65%54.12%-
HSV(B)58.94º76.23%87.45%-
XYZ56.6767.1313.34-
YUV201.8643.99143.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 53 (21.09% from 255) = 10.69%
R=44.96%
G=44.35%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232205300.010.760.1358.9472.6554.12
HexDFDC35014CD3b4936
Octal3373346501114157311166
Binary110111111101110011010101100110011011110111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC35; }

 p { color: rgb(223,220,53); }

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

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

 a { background-color: rgb(223,220,53); }

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

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

 span { border-color: rgb(223,220,53); }

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