Html Css Color HEX #DDD536 Starship

📋 copy color: '#DDD536'

red 221 ◦ green 213 ◦ blue 54

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

Shades of Starship #DDD536

Tints of Starship #DDD536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

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

R = 45.29%
G = 43.65%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDD536 (or 0xDDD536) is known color: Starship. HEX triplet: DD, D5 and 36. RGB value is (221,213,54). Sum of RGB (Red+Green+Blue) = 221+213+54=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD536 is #222AC9. Grayscale: #C5C5C5. Windows color (decimal): -2239178 or 3593693. OLE color: 3593693.

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

Color convert

RGB 221 213 54 -
CMYK 0 0.04 0.76 0.13
HSL 57.13º 0.71% 0.54% -
HSV(B) 57.13º 0.76% 0.87% -
XYZ 54.28 63.23 12.83 -
YUV 197.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 221 213 54 0 0.04 0.76 0.13 57.13 0.71 0.54
Hex DD D5 36 0 4 4C D 39 47 36
Octal 335 325 66 0 4 114 15 71 107 66
Binary 11011101 11010101 110110 0 100 1001100 1101 111001 1000111 110110

Color Harmonies of #DDD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD536

Black with #DDD536

Text Example


Text Example

White with #DDD536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD536; }

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

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

background-color css

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

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

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

border-color css

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

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

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