Html Css Color HEX #DED945 Starship

📋 copy color: '#DED945'

red 222 ◦ green 217 ◦ blue 69

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

Shades of Starship #DED945

Tints of Starship #DED945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.58%

R = 43.7%
G = 42.72%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DED945 (or 0xDED945) is known color: Starship. HEX triplet: DE, D9 and 45. RGB value is (222,217,69). Sum of RGB (Red+Green+Blue) = 222+217+69=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DED945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED945 is #2126BA. Grayscale: #CACACA. Windows color (decimal): -2172603 or 4577758. OLE color: 4577758.

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

Color convert

RGB 222 217 69 -
CMYK 0 0.02 0.69 0.13
HSL 58.04º 0.7% 0.57% -
HSV(B) 58.04º 0.69% 0.87% -
XYZ 56.01 65.58 15.34 -
YUV 201.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 222 217 69 0 0.02 0.69 0.13 58.04 0.7 0.57
Hex DE D9 45 0 2 45 D 3A 46 39
Octal 336 331 105 0 2 105 15 72 106 71
Binary 11011110 11011001 1000101 0 10 1000101 1101 111010 1000110 111001

Color Harmonies of #DED945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED945

Black with #DED945

Text Example


Text Example

White with #DED945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED945; }

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

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

background-color css

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

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

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

border-color css

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

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

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