Html Css Color HEX #DED636 Starship

📋 copy color: '#DED636'

red 222 ◦ green 214 ◦ blue 54

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

Shades of Starship #DED636

Tints of Starship #DED636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

 BLUE value IS 54 (21.48% from 255) = 11.02%

R = 45.31%
G = 43.67%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DED636 (or 0xDED636) is known color: Starship. HEX triplet: DE, D6 and 36. RGB value is (222,214,54). Sum of RGB (Red+Green+Blue) = 222+214+54=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DED636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED636 is #2129C9. Grayscale: #C6C6C6. Windows color (decimal): -2173386 or 3593950. OLE color: 3593950.

HSL color Cylindrical-coordinate representation of color #DED636: hue angle of 57.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DED636 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 54 -
CMYK 0 0.04 0.76 0.13
HSL 57.14º 0.72% 0.54% -
HSV(B) 57.14º 0.76% 0.87% -
XYZ 54.84 63.89 12.93 -
YUV 198.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 222 214 54 0 0.04 0.76 0.13 57.14 0.72 0.54
Hex DE D6 36 0 4 4C D 39 48 36
Octal 336 326 66 0 4 114 15 71 110 66
Binary 11011110 11010110 110110 0 100 1001100 1101 111001 1001000 110110

Color Harmonies of #DED636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED636

Black with #DED636

Text Example


Text Example

White with #DED636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED636; }

 p { color: rgb(222,214,54); }

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

background-color css

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

 a { background-color: rgb(222,214,54); }

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

border-color css

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

 span { border-color: rgb(222,214,54); }

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