Html Css Color HEX #DED132 Starship

📋 copy color: '#DED132'

red 222 ◦ green 209 ◦ blue 50

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

Shades of Starship #DED132

Tints of Starship #DED132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

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

R = 46.15%
G = 43.45%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DED132 (or 0xDED132) is known color: Starship. HEX triplet: DE, D1 and 32. RGB value is (222,209,50). Sum of RGB (Red+Green+Blue) = 222+209+50=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DED132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED132 is #212ECD. Grayscale: #C3C3C3. Windows color (decimal): -2174670 or 3330526. OLE color: 3330526.

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

Color convert

RGB 222 209 50 -
CMYK 0 0.06 0.77 0.13
HSL 55.47º 0.72% 0.53% -
HSV(B) 55.47º 0.77% 0.87% -
XYZ 53.5 61.36 12.04 -
YUV 194.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 222 209 50 0 0.06 0.77 0.13 55.47 0.72 0.53
Hex DE D1 32 0 6 4D D 37 48 35
Octal 336 321 62 0 6 115 15 67 110 65
Binary 11011110 11010001 110010 0 110 1001101 1101 110111 1001000 110101

Color Harmonies of #DED132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED132

Black with #DED132

Text Example


Text Example

White with #DED132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED132; }

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

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

background-color css

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

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

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

border-color css

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

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

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