Html Css Color HEX #DED930 Starship

📋 copy color: '#DED930'

red 222 ◦ green 217 ◦ blue 48

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

Shades of Starship #DED930

Tints of Starship #DED930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.86%

R = 45.59%
G = 44.56%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DED930 (or 0xDED930) is known color: Starship. HEX triplet: DE, D9 and 30. RGB value is (222,217,48). Sum of RGB (Red+Green+Blue) = 222+217+48=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DED930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED930 is #2126CF. Grayscale: #C7C7C7. Windows color (decimal): -2172624 or 3201502. OLE color: 3201502.

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

Color convert

RGB 222 217 48 -
CMYK 0 0.02 0.78 0.13
HSL 58.28º 0.73% 0.53% -
HSV(B) 58.28º 0.78% 0.87% -
XYZ 55.47 65.37 12.49 -
YUV 199.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 222 217 48 0 0.02 0.78 0.13 58.28 0.73 0.53
Hex DE D9 30 0 2 4E D 3A 48 35
Octal 336 331 60 0 2 116 15 72 110 65
Binary 11011110 11011001 110000 0 10 1001110 1101 111010 1001000 110101

Color Harmonies of #DED930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED930

Black with #DED930

Text Example


Text Example

White with #DED930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED930; }

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

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

background-color css

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

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

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

border-color css

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

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

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