Html Css Color HEX #DED333 Starship

📋 copy color: '#DED333'

red 222 ◦ green 211 ◦ blue 51

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

Shades of Starship #DED333

Tints of Starship #DED333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.54%

R = 45.87%
G = 43.6%
B = 10.54%

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

#DED333 (or 0xDED333) is known color: Starship. HEX triplet: DE, D3 and 33. RGB value is (222,211,51). Sum of RGB (Red+Green+Blue) = 222+211+51=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DED333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED333 is #212CCC. Grayscale: #C4C4C4. Windows color (decimal): -2174157 or 3396574. OLE color: 3396574.

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

Color convert

RGB 222 211 51 -
CMYK 0 0.05 0.77 0.13
HSL 56.14º 0.72% 0.54% -
HSV(B) 56.14º 0.77% 0.87% -
XYZ 54.02 62.36 12.32 -
YUV 196.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 222 211 51 0 0.05 0.77 0.13 56.14 0.72 0.54
Hex DE D3 33 0 5 4D D 38 48 36
Octal 336 323 63 0 5 115 15 70 110 66
Binary 11011110 11010011 110011 0 101 1001101 1101 111000 1001000 110110

Color Harmonies of #DED333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED333

Black with #DED333

Text Example


Text Example

White with #DED333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED333; }

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

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

background-color css

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

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

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

border-color css

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

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

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