Html Css Color HEX #DED737 Starship

📋 copy color: '#DED737'

red 222 ◦ green 215 ◦ blue 55

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

Shades of Starship #DED737

Tints of Starship #DED737

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.7%

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

R = 45.12%
G = 43.7%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DED737 (or 0xDED737) is known color: Starship. HEX triplet: DE, D7 and 37. RGB value is (222,215,55). Sum of RGB (Red+Green+Blue) = 222+215+55=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 55 (21.88% from 255 or 11.18% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DED737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED737 is #2128C8. Grayscale: #C7C7C7. Windows color (decimal): -2173129 or 3659742. OLE color: 3659742.

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

Color convert

RGB 222 215 55 -
CMYK 0 0.03 0.75 0.13
HSL 57.49º 0.72% 0.54% -
HSV(B) 57.49º 0.75% 0.87% -
XYZ 55.11 64.41 13.14 -
YUV 198.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 222 215 55 0 0.03 0.75 0.13 57.49 0.72 0.54
Hex DE D7 37 0 3 4B D 39 48 36
Octal 336 327 67 0 3 113 15 71 110 66
Binary 11011110 11010111 110111 0 11 1001011 1101 111001 1001000 110110

Color Harmonies of #DED737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED737

Black with #DED737

Text Example


Text Example

White with #DED737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED737; }

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

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

background-color css

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

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

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

border-color css

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

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

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