Html Css Color HEX #DED537 Starship

📋 copy color: '#DED537'

red 222 ◦ green 213 ◦ blue 55

#DED537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DED537

Tints of Starship #DED537

RGB

 RED value IS 222 (87.11% from 255) = 45.31%

 GREEN value IS 213 (83.59% from 255) = 43.47%

 BLUE value IS 55 (21.88% from 255) = 11.22%

R = 45.31%
G = 43.47%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DED537 (or 0xDED537) is known color: Starship. HEX triplet: DE, D5 and 37. RGB value is (222,213,55). Sum of RGB (Red+Green+Blue) = 222+213+55=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DED537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED537 is #212AC8. Grayscale: #C6C6C6. Windows color (decimal): -2173641 or 3659230. OLE color: 3659230.

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

Color convert

RGB 222 213 55 -
CMYK 0 0.04 0.75 0.13
HSL 56.77º 0.72% 0.54% -
HSV(B) 56.77º 0.75% 0.87% -
XYZ 54.61 63.39 12.97 -
YUV 197.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 222 213 55 0 0.04 0.75 0.13 56.77 0.72 0.54
Hex DE D5 37 0 4 4B D 39 48 36
Octal 336 325 67 0 4 113 15 71 110 66
Binary 11011110 11010101 110111 0 100 1001011 1101 111001 1001000 110110

Color Harmonies of #DED537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED537

Black with #DED537

Text Example


Text Example

White with #DED537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED537; }

 p { color: rgb(222,213,55); }

 H1.HeaderClassName
 {
   color: #DED537;
 }
 .AnyTagClassName
 {
   color: #DED537;
 }
</style>

background-color css

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

 a { background-color: rgb(222,213,55); }

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

border-color css

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

 span { border-color: rgb(222,213,55); }

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