Html Css Color HEX #DED933 Starship

📋 copy color: '#DED933'

red 222 ◦ green 217 ◦ blue 51

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

Shades of Starship #DED933

Tints of Starship #DED933

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

 BLUE value IS 51 (20.31% from 255) = 10.41%

R = 45.31%
G = 44.29%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DED933 (or 0xDED933) is known color: Starship. HEX triplet: DE, D9 and 33. RGB value is (222,217,51). Sum of RGB (Red+Green+Blue) = 222+217+51=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DED933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED933 is #2126CC. Grayscale: #C8C8C8. Windows color (decimal): -2172621 or 3398110. OLE color: 3398110.

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

Color convert

RGB 222 217 51 -
CMYK 0 0.02 0.77 0.13
HSL 58.25º 0.72% 0.54% -
HSV(B) 58.25º 0.77% 0.87% -
XYZ 55.53 65.39 12.83 -
YUV 199.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 222 217 51 0 0.02 0.77 0.13 58.25 0.72 0.54
Hex DE D9 33 0 2 4D D 3A 48 36
Octal 336 331 63 0 2 115 15 72 110 66
Binary 11011110 11011001 110011 0 10 1001101 1101 111010 1001000 110110

Color Harmonies of #DED933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED933

Black with #DED933

Text Example


Text Example

White with #DED933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED933; }

 p { color: rgb(222,217,51); }

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

background-color css

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

 a { background-color: rgb(222,217,51); }

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

border-color css

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

 span { border-color: rgb(222,217,51); }

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