Html Css Color HEX #DED536 Starship

📋 copy color: '#DED536'

red 222 ◦ green 213 ◦ blue 54

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

Shades of Starship #DED536

Tints of Starship #DED536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

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

R = 45.4%
G = 43.56%
B = 11.04%

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

#DED536 (or 0xDED536) is known color: Starship. HEX triplet: DE, D5 and 36. RGB value is (222,213,54). Sum of RGB (Red+Green+Blue) = 222+213+54=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 54 (21.48% from 255 or 11.04% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DED536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED536 is #212AC9. Grayscale: #C6C6C6. Windows color (decimal): -2173642 or 3593694. OLE color: 3593694.

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

Color convert

RGB 222 213 54 -
CMYK 0 0.04 0.76 0.13
HSL 56.79º 0.72% 0.54% -
HSV(B) 56.79º 0.76% 0.87% -
XYZ 54.58 63.38 12.85 -
YUV 197.57 46.98 145.43 -
System Red Green Blue C M Y K H S L
Decimal 222 213 54 0 0.04 0.76 0.13 56.79 0.72 0.54
Hex DE D5 36 0 4 4C D 39 48 36
Octal 336 325 66 0 4 114 15 71 110 66
Binary 11011110 11010101 110110 0 100 1001100 1101 111001 1001000 110110

Color Harmonies of #DED536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED536

Black with #DED536

Text Example


Text Example

White with #DED536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED536; }

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

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

background-color css

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

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

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

border-color css

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

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

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