Html Css Color HEX #DED437 Starship

📋 copy color: '#DED437'

red 222 ◦ green 212 ◦ blue 55

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

Shades of Starship #DED437

Tints of Starship #DED437

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

 BLUE value IS 55 (21.88% from 255) = 11.25%

R = 45.4%
G = 43.35%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DED437 (or 0xDED437) is known color: Starship. HEX triplet: DE, D4 and 37. RGB value is (222,212,55). Sum of RGB (Red+Green+Blue) = 222+212+55=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DED437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED437 is #212BC8. Grayscale: #C5C5C5. Windows color (decimal): -2173897 or 3658974. OLE color: 3658974.

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

Color convert

RGB 222 212 55 -
CMYK 0 0.05 0.75 0.13
HSL 56.41º 0.72% 0.54% -
HSV(B) 56.41º 0.75% 0.87% -
XYZ 54.36 62.89 12.89 -
YUV 197.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 222 212 55 0 0.05 0.75 0.13 56.41 0.72 0.54
Hex DE D4 37 0 5 4B D 38 48 36
Octal 336 324 67 0 5 113 15 70 110 66
Binary 11011110 11010100 110111 0 101 1001011 1101 111000 1001000 110110

Color Harmonies of #DED437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED437

Black with #DED437

Text Example


Text Example

White with #DED437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED437; }

 p { color: rgb(222,212,55); }

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

background-color css

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

 a { background-color: rgb(222,212,55); }

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

border-color css

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

 span { border-color: rgb(222,212,55); }

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