Html Css Color HEX #DDD53B Starship

📋 copy color: '#DDD53B'

red 221 ◦ green 213 ◦ blue 59

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

Shades of Starship #DDD53B

Tints of Starship #DDD53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.97%

R = 44.83%
G = 43.2%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDD53B (or 0xDDD53B) is known color: Starship. HEX triplet: DD, D5 and 3B. RGB value is (221,213,59). Sum of RGB (Red+Green+Blue) = 221+213+59=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD53B is #222AC4. Grayscale: #C6C6C6. Windows color (decimal): -2239173 or 3921373. OLE color: 3921373.

HSL color Cylindrical-coordinate representation of color #DDD53B: hue angle of 57.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDD53B is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 59 -
CMYK 0 0.04 0.73 0.13
HSL 57.04º 0.7% 0.55% -
HSV(B) 57.04º 0.73% 0.87% -
XYZ 54.4 63.28 13.48 -
YUV 197.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 221 213 59 0 0.04 0.73 0.13 57.04 0.7 0.55
Hex DD D5 3B 0 4 49 D 39 46 37
Octal 335 325 73 0 4 111 15 71 106 67
Binary 11011101 11010101 111011 0 100 1001001 1101 111001 1000110 110111

Color Harmonies of #DDD53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD53B

Black with #DDD53B

Text Example


Text Example

White with #DDD53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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