Html Css Color HEX #DED639 Starship

📋 copy color: '#DED639'

red 222 ◦ green 214 ◦ blue 57

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

Shades of Starship #DED639

Tints of Starship #DED639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.56%

R = 45.03%
G = 43.41%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DED639 (or 0xDED639) is known color: Starship. HEX triplet: DE, D6 and 39. RGB value is (222,214,57). Sum of RGB (Red+Green+Blue) = 222+214+57=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DED639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED639 is #2129C6. Grayscale: #C7C7C7. Windows color (decimal): -2173383 or 3790558. OLE color: 3790558.

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

Color convert

RGB 222 214 57 -
CMYK 0 0.04 0.74 0.13
HSL 57.09º 0.71% 0.55% -
HSV(B) 57.09º 0.74% 0.87% -
XYZ 54.91 63.92 13.31 -
YUV 198.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 222 214 57 0 0.04 0.74 0.13 57.09 0.71 0.55
Hex DE D6 39 0 4 4A D 39 47 37
Octal 336 326 71 0 4 112 15 71 107 67
Binary 11011110 11010110 111001 0 100 1001010 1101 111001 1000111 110111

Color Harmonies of #DED639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED639

Black with #DED639

Text Example


Text Example

White with #DED639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED639; }

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

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

background-color css

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

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

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

border-color css

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

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

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