Html Css Color HEX #DED941 Starship

📋 copy color: '#DED941'

red 222 ◦ green 217 ◦ blue 65

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

Shades of Starship #DED941

Tints of Starship #DED941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.9%

R = 44.05%
G = 43.06%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DED941 (or 0xDED941) is known color: Starship. HEX triplet: DE, D9 and 41. RGB value is (222,217,65). Sum of RGB (Red+Green+Blue) = 222+217+65=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DED941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED941 is #2126BE. Grayscale: #C9C9C9. Windows color (decimal): -2172607 or 4315614. OLE color: 4315614.

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

Color convert

RGB 222 217 65 -
CMYK 0 0.02 0.71 0.13
HSL 58.09º 0.7% 0.56% -
HSV(B) 58.09º 0.71% 0.87% -
XYZ 55.89 65.54 14.71 -
YUV 201.17 51.16 142.86 -
System Red Green Blue C M Y K H S L
Decimal 222 217 65 0 0.02 0.71 0.13 58.09 0.7 0.56
Hex DE D9 41 0 2 47 D 3A 46 38
Octal 336 331 101 0 2 107 15 72 106 70
Binary 11011110 11011001 1000001 0 10 1000111 1101 111010 1000110 111000

Color Harmonies of #DED941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED941

Black with #DED941

Text Example


Text Example

White with #DED941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED941; }

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

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

background-color css

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

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

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

border-color css

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

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

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