Html Css Color HEX #DED844 Starship

📋 copy color: '#DED844'

red 222 ◦ green 216 ◦ blue 68

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

Shades of Starship #DED844

Tints of Starship #DED844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

 BLUE value IS 68 (26.95% from 255) = 13.44%

R = 43.87%
G = 42.69%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DED844 (or 0xDED844) is known color: Starship. HEX triplet: DE, D8 and 44. RGB value is (222,216,68). Sum of RGB (Red+Green+Blue) = 222+216+68=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DED844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED844 is #2127BB. Grayscale: #C9C9C9. Windows color (decimal): -2172860 or 4511966. OLE color: 4511966.

HSL color Cylindrical-coordinate representation of color #DED844: hue angle of 57.66º 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 #DED844 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 216 68 -
CMYK 0 0.03 0.69 0.13
HSL 57.66º 0.7% 0.57% -
HSV(B) 57.66º 0.69% 0.87% -
XYZ 55.72 65.06 15.09 -
YUV 200.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 222 216 68 0 0.03 0.69 0.13 57.66 0.7 0.57
Hex DE D8 44 0 3 45 D 3A 46 39
Octal 336 330 104 0 3 105 15 72 106 71
Binary 11011110 11011000 1000100 0 11 1000101 1101 111010 1000110 111001

Color Harmonies of #DED844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED844

Black with #DED844

Text Example


Text Example

White with #DED844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED844; }

 p { color: rgb(222,216,68); }

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

background-color css

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

 a { background-color: rgb(222,216,68); }

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

border-color css

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

 span { border-color: rgb(222,216,68); }

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