Html Css Color HEX #DDD938 Starship

📋 copy color: '#DDD938'

red 221 ◦ green 217 ◦ blue 56

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

Shades of Starship #DDD938

Tints of Starship #DDD938

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.93%

 BLUE value IS 56 (22.27% from 255) = 11.34%

R = 44.74%
G = 43.93%
B = 11.34%

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

#DDD938 (or 0xDDD938) is known color: Starship. HEX triplet: DD, D9 and 38. RGB value is (221,217,56). Sum of RGB (Red+Green+Blue) = 221+217+56=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD938 is #2226C7. Grayscale: #C8C8C8. Windows color (decimal): -2238152 or 3725789. OLE color: 3725789.

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

Color convert

RGB 221 217 56 -
CMYK 0 0.02 0.75 0.13
HSL 58.55º 0.71% 0.54% -
HSV(B) 58.55º 0.75% 0.87% -
XYZ 55.35 65.28 13.43 -
YUV 199.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 221 217 56 0 0.02 0.75 0.13 58.55 0.71 0.54
Hex DD D9 38 0 2 4B D 3B 47 36
Octal 335 331 70 0 2 113 15 73 107 66
Binary 11011101 11011001 111000 0 10 1001011 1101 111011 1000111 110110

Color Harmonies of #DDD938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD938

Black with #DDD938

Text Example


Text Example

White with #DDD938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD938; }

 p { color: rgb(221,217,56); }

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

background-color css

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

 a { background-color: rgb(221,217,56); }

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

border-color css

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

 span { border-color: rgb(221,217,56); }

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