Html Css Color HEX #DDD936 Starship

📋 copy color: '#DDD936'

red 221 ◦ green 217 ◦ blue 54

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

Shades of Starship #DDD936

Tints of Starship #DDD936

RGB

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

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

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

R = 44.92%
G = 44.11%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDD936 (or 0xDDD936) is known color: Starship. HEX triplet: DD, D9 and 36. RGB value is (221,217,54). Sum of RGB (Red+Green+Blue) = 221+217+54=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD936 is #2226C9. Grayscale: #C8C8C8. Windows color (decimal): -2238154 or 3594717. OLE color: 3594717.

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

Color convert

RGB 221 217 54 -
CMYK 0 0.02 0.76 0.13
HSL 58.56º 0.71% 0.54% -
HSV(B) 58.56º 0.76% 0.87% -
XYZ 55.3 65.26 13.17 -
YUV 199.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 221 217 54 0 0.02 0.76 0.13 58.56 0.71 0.54
Hex DD D9 36 0 2 4C D 3B 47 36
Octal 335 331 66 0 2 114 15 73 107 66
Binary 11011101 11011001 110110 0 10 1001100 1101 111011 1000111 110110

Color Harmonies of #DDD936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD936

Black with #DDD936

Text Example


Text Example

White with #DDD936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD936; }

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

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

background-color css

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

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

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

border-color css

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

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

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