Html Css Color HEX #DEDD36 Starship

📋 copy color: '#DEDD36'

red 222 ◦ green 221 ◦ blue 54

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

Shades of Starship #DEDD36

Tints of Starship #DEDD36

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.47%

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

R = 44.67%
G = 44.47%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DEDD36 (or 0xDEDD36) is known color: Starship. HEX triplet: DE, DD and 36. RGB value is (222,221,54). Sum of RGB (Red+Green+Blue) = 222+221+54=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD36 is #2122C9. Grayscale: #CACACA. Windows color (decimal): -2171594 or 3595742. OLE color: 3595742.

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

Color convert

RGB 222 221 54 -
CMYK 0 0.00 0.76 0.13
HSL 59.64º 0.72% 0.54% -
HSV(B) 59.64º 0.76% 0.87% -
XYZ 56.65 67.51 13.53 -
YUV 202.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 222 221 54 0 0.00 0.76 0.13 59.64 0.72 0.54
Hex DE DD 36 0 0 4C D 3C 48 36
Octal 336 335 66 0 0 114 15 74 110 66
Binary 11011110 11011101 110110 0 0 1001100 1101 111100 1001000 110110

Color Harmonies of #DEDD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD36

Black with #DEDD36

Text Example


Text Example

White with #DEDD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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