Html Css Color HEX #DDD837 Starship

📋 copy color: '#DDD837'

red 221 ◦ green 216 ◦ blue 55

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

Shades of Starship #DDD837

Tints of Starship #DDD837

RGB

 RED value IS 221 (86.72% from 255) = 44.92%

 GREEN value IS 216 (84.77% from 255) = 43.9%

 BLUE value IS 55 (21.88% from 255) = 11.18%

R = 44.92%
G = 43.9%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD837 (or 0xDDD837) is known color: Starship. HEX triplet: DD, D8 and 37. RGB value is (221,216,55). Sum of RGB (Red+Green+Blue) = 221+216+55=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 55 (21.88% from 255 or 11.18% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD837 is #2227C8. Grayscale: #C7C7C7. Windows color (decimal): -2238409 or 3659997. OLE color: 3659997.

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

Color convert

RGB 221 216 55 -
CMYK 0 0.02 0.75 0.13
HSL 58.19º 0.71% 0.54% -
HSV(B) 58.19º 0.75% 0.87% -
XYZ 55.06 64.76 13.21 -
YUV 199.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 221 216 55 0 0.02 0.75 0.13 58.19 0.71 0.54
Hex DD D8 37 0 2 4B D 3A 47 36
Octal 335 330 67 0 2 113 15 72 107 66
Binary 11011101 11011000 110111 0 10 1001011 1101 111010 1000111 110110

Color Harmonies of #DDD837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD837

Black with #DDD837

Text Example


Text Example

White with #DDD837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD837; }

 p { color: rgb(221,216,55); }

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

background-color css

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

 a { background-color: rgb(221,216,55); }

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

border-color css

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

 span { border-color: rgb(221,216,55); }

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