Html Css Color HEX #DED532 Starship

📋 copy color: '#DED532'

red 222 ◦ green 213 ◦ blue 50

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

Shades of Starship #DED532

Tints of Starship #DED532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.31%

R = 45.77%
G = 43.92%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DED532 (or 0xDED532) is known color: Starship. HEX triplet: DE, D5 and 32. RGB value is (222,213,50). Sum of RGB (Red+Green+Blue) = 222+213+50=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DED532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED532 is #212ACD. Grayscale: #C5C5C5. Windows color (decimal): -2173646 or 3331550. OLE color: 3331550.

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

Color convert

RGB 222 213 50 -
CMYK 0 0.04 0.77 0.13
HSL 56.86º 0.72% 0.53% -
HSV(B) 56.86º 0.77% 0.87% -
XYZ 54.49 63.35 12.37 -
YUV 197.11 44.98 145.75 -
System Red Green Blue C M Y K H S L
Decimal 222 213 50 0 0.04 0.77 0.13 56.86 0.72 0.53
Hex DE D5 32 0 4 4D D 39 48 35
Octal 336 325 62 0 4 115 15 71 110 65
Binary 11011110 11010101 110010 0 100 1001101 1101 111001 1001000 110101

Color Harmonies of #DED532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED532

Black with #DED532

Text Example


Text Example

White with #DED532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED532; }

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

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

background-color css

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

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

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

border-color css

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

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

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