#DEDB41

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

Shades of Starship #DEDB41

Tints of Starship #DEDB41

Color information

#DEDB41 (or 0xDEDB41) is unknown color: approx Starship. HEX triplet: DE, DB and 41. RGB value is (222,219,65). Sum of RGB (Red+Green+Blue) = 222+219+65=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB41 is #2124BE. Grayscale: #CACACA. Windows color (decimal): -2172095 or 4316126. OLE color: 4316126.

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

Color convert

RGB22221965-
CMYK00.010.710.13
HSL58.85º70.4%56.27%-
HSV(B)58.85º70.72%87.06%-
XYZ56.4166.5714.88-
YUV202.3450.49142.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 65 (25.78% from 255) = 12.85%
R=43.87%
G=43.28%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222196500.010.710.1358.8570.456.27
HexDEDB410147D3b4638
Octal33633310101107157310670
Binary1101111011011011100000101100011111011110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB41; }

 p { color: rgb(222,219,65); }

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

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

 a { background-color: rgb(222,219,65); }

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

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

 span { border-color: rgb(222,219,65); }

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