Html Css Color HEX #DED332 Starship

📋 copy color: '#DED332'

red 222 ◦ green 211 ◦ blue 50

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

Shades of Starship #DED332

Tints of Starship #DED332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.69%

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

R = 45.96%
G = 43.69%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DED332 (or 0xDED332) is known color: Starship. HEX triplet: DE, D3 and 32. RGB value is (222,211,50). Sum of RGB (Red+Green+Blue) = 222+211+50=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DED332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED332 is #212CCD. Grayscale: #C4C4C4. Windows color (decimal): -2174158 or 3331038. OLE color: 3331038.

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

Color convert

RGB 222 211 50 -
CMYK 0 0.05 0.77 0.13
HSL 56.16º 0.72% 0.53% -
HSV(B) 56.16º 0.77% 0.87% -
XYZ 53.99 62.35 12.21 -
YUV 195.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 222 211 50 0 0.05 0.77 0.13 56.16 0.72 0.53
Hex DE D3 32 0 5 4D D 38 48 35
Octal 336 323 62 0 5 115 15 70 110 65
Binary 11011110 11010011 110010 0 101 1001101 1101 111000 1001000 110101

Color Harmonies of #DED332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED332

Black with #DED332

Text Example


Text Example

White with #DED332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED332; }

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

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

background-color css

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

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

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

border-color css

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

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

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