#DFDB35

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

Shades of Starship #DFDB35

Tints of Starship #DFDB35

Color information

#DFDB35 (or 0xDFDB35) is unknown color: approx Starship. HEX triplet: DF, DB and 35. RGB value is (223,219,53). Sum of RGB (Red+Green+Blue) = 223+219+53=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB35 is #2024CA. Grayscale: #C9C9C9. Windows color (decimal): -2106571 or 3529695. OLE color: 3529695.

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

Color convert

RGB22321953-
CMYK00.020.760.13
HSL58.59º72.65%54.12%-
HSV(B)58.59º76.23%87.45%-
XYZ56.4166.6113.25-
YUV201.2744.33143.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 219 (85.94% from 255) = 44.24%
BLUE value IS 53 (21.09% from 255) = 10.71%
R=45.05%
G=44.24%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232195300.020.760.1358.5972.6554.12
HexDFDB35024CD3b4936
Octal3373336502114157311166
Binary1101111111011011110101010100110011011110111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDB35; }

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

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

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

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

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

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

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

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