Html Css Color HEX #DED739 Starship

📋 copy color: '#DED739'

red 222 ◦ green 215 ◦ blue 57

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

Shades of Starship #DED739

Tints of Starship #DED739

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

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

R = 44.94%
G = 43.52%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DED739 (or 0xDED739) is known color: Starship. HEX triplet: DE, D7 and 39. RGB value is (222,215,57). Sum of RGB (Red+Green+Blue) = 222+215+57=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DED739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED739 is #2128C6. Grayscale: #C7C7C7. Windows color (decimal): -2173127 or 3790814. OLE color: 3790814.

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

Color convert

RGB 222 215 57 -
CMYK 0 0.03 0.74 0.13
HSL 57.45º 0.71% 0.55% -
HSV(B) 57.45º 0.74% 0.87% -
XYZ 55.16 64.43 13.4 -
YUV 199.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 222 215 57 0 0.03 0.74 0.13 57.45 0.71 0.55
Hex DE D7 39 0 3 4A D 39 47 37
Octal 336 327 71 0 3 112 15 71 107 67
Binary 11011110 11010111 111001 0 11 1001010 1101 111001 1000111 110111

Color Harmonies of #DED739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED739

Black with #DED739

Text Example


Text Example

White with #DED739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED739; }

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

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

background-color css

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

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

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

border-color css

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

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

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