Html Css Color HEX #DED832 Starship

📋 copy color: '#DED832'

red 222 ◦ green 216 ◦ blue 50

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

Shades of Starship #DED832

Tints of Starship #DED832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.26%

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

R = 45.49%
G = 44.26%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DED832 (or 0xDED832) is known color: Starship. HEX triplet: DE, D8 and 32. RGB value is (222,216,50). Sum of RGB (Red+Green+Blue) = 222+216+50=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DED832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED832 is #2127CD. Grayscale: #C7C7C7. Windows color (decimal): -2172878 or 3332318. OLE color: 3332318.

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

Color convert

RGB 222 216 50 -
CMYK 0 0.03 0.77 0.13
HSL 57.91º 0.72% 0.53% -
HSV(B) 57.91º 0.77% 0.87% -
XYZ 55.26 64.87 12.63 -
YUV 198.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 222 216 50 0 0.03 0.77 0.13 57.91 0.72 0.53
Hex DE D8 32 0 3 4D D 3A 48 35
Octal 336 330 62 0 3 115 15 72 110 65
Binary 11011110 11011000 110010 0 11 1001101 1101 111010 1001000 110101

Color Harmonies of #DED832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED832

Black with #DED832

Text Example


Text Example

White with #DED832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED832; }

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

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

background-color css

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

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

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

border-color css

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

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

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