Html Css Color HEX #DED946 Starship

📋 copy color: '#DED946'

red 222 ◦ green 217 ◦ blue 70

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

Shades of Starship #DED946

Tints of Starship #DED946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.75%

R = 43.61%
G = 42.63%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DED946 (or 0xDED946) is known color: Starship. HEX triplet: DE, D9 and 46. RGB value is (222,217,70). Sum of RGB (Red+Green+Blue) = 222+217+70=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DED946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED946 is #2126B9. Grayscale: #CACACA. Windows color (decimal): -2172602 or 4643294. OLE color: 4643294.

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

Color convert

RGB 222 217 70 -
CMYK 0 0.02 0.68 0.13
HSL 58.03º 0.7% 0.57% -
HSV(B) 58.03º 0.68% 0.87% -
XYZ 56.04 65.6 15.5 -
YUV 201.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 222 217 70 0 0.02 0.68 0.13 58.03 0.7 0.57
Hex DE D9 46 0 2 44 D 3A 46 39
Octal 336 331 106 0 2 104 15 72 106 71
Binary 11011110 11011001 1000110 0 10 1000100 1101 111010 1000110 111001

Color Harmonies of #DED946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED946

Black with #DED946

Text Example


Text Example

White with #DED946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED946; }

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

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

background-color css

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

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

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

border-color css

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

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

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