Html Css Color HEX #DED837 Starship

📋 copy color: '#DED837'

red 222 ◦ green 216 ◦ blue 55

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

Shades of Starship #DED837

Tints of Starship #DED837

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.81%

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

R = 45.03%
G = 43.81%
B = 11.16%

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

#DED837 (or 0xDED837) is known color: Starship. HEX triplet: DE, D8 and 37. RGB value is (222,216,55). Sum of RGB (Red+Green+Blue) = 222+216+55=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DED837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED837 is #2127C8. Grayscale: #C8C8C8. Windows color (decimal): -2172873 or 3659998. OLE color: 3659998.

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

Color convert

RGB 222 216 55 -
CMYK 0 0.03 0.75 0.13
HSL 57.84º 0.72% 0.54% -
HSV(B) 57.84º 0.75% 0.87% -
XYZ 55.37 64.92 13.23 -
YUV 199.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 222 216 55 0 0.03 0.75 0.13 57.84 0.72 0.54
Hex DE D8 37 0 3 4B D 3A 48 36
Octal 336 330 67 0 3 113 15 72 110 66
Binary 11011110 11011000 110111 0 11 1001011 1101 111010 1001000 110110

Color Harmonies of #DED837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED837

Black with #DED837

Text Example


Text Example

White with #DED837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED837; }

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

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

background-color css

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

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

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

border-color css

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

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

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