Html Css Color HEX #DED942 Starship

📋 copy color: '#DED942'

red 222 ◦ green 217 ◦ blue 66

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

Shades of Starship #DED942

Tints of Starship #DED942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.07%

R = 43.96%
G = 42.97%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DED942 (or 0xDED942) is known color: Starship. HEX triplet: DE, D9 and 42. RGB value is (222,217,66). Sum of RGB (Red+Green+Blue) = 222+217+66=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DED942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED942 is #2126BD. Grayscale: #C9C9C9. Windows color (decimal): -2172606 or 4381150. OLE color: 4381150.

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

Color convert

RGB 222 217 66 -
CMYK 0 0.02 0.70 0.13
HSL 58.08º 0.7% 0.56% -
HSV(B) 58.08º 0.7% 0.87% -
XYZ 55.92 65.55 14.86 -
YUV 201.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 222 217 66 0 0.02 0.70 0.13 58.08 0.7 0.56
Hex DE D9 42 0 2 46 D 3A 46 38
Octal 336 331 102 0 2 106 15 72 106 70
Binary 11011110 11011001 1000010 0 10 1000110 1101 111010 1000110 111000

Color Harmonies of #DED942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED942

Black with #DED942

Text Example


Text Example

White with #DED942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED942; }

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

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

background-color css

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

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

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

border-color css

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

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

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