Html Css Color HEX #DED336 Starship

📋 copy color: '#DED336'

red 222 ◦ green 211 ◦ blue 54

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

Shades of Starship #DED336

Tints of Starship #DED336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.09%

R = 45.59%
G = 43.33%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DED336 (or 0xDED336) is known color: Starship. HEX triplet: DE, D3 and 36. RGB value is (222,211,54). Sum of RGB (Red+Green+Blue) = 222+211+54=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 54 (21.48% from 255 or 11.09% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DED336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED336 is #212CC9. Grayscale: #C5C5C5. Windows color (decimal): -2174154 or 3593182. OLE color: 3593182.

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

Color convert

RGB 222 211 54 -
CMYK 0 0.05 0.76 0.13
HSL 56.07º 0.72% 0.54% -
HSV(B) 56.07º 0.76% 0.87% -
XYZ 54.08 62.38 12.68 -
YUV 196.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 222 211 54 0 0.05 0.76 0.13 56.07 0.72 0.54
Hex DE D3 36 0 5 4C D 38 48 36
Octal 336 323 66 0 5 114 15 70 110 66
Binary 11011110 11010011 110110 0 101 1001100 1101 111000 1001000 110110

Color Harmonies of #DED336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED336

Black with #DED336

Text Example


Text Example

White with #DED336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED336; }

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

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

background-color css

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

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

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

border-color css

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

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

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