Html Css Color HEX #DDD53D Starship

📋 copy color: '#DDD53D'

red 221 ◦ green 213 ◦ blue 61

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

Shades of Starship #DDD53D

Tints of Starship #DDD53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.32%

R = 44.65%
G = 43.03%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDD53D (or 0xDDD53D) is known color: Starship. HEX triplet: DD, D5 and 3D. RGB value is (221,213,61). Sum of RGB (Red+Green+Blue) = 221+213+61=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD53D is #222AC2. Grayscale: #C6C6C6. Windows color (decimal): -2239171 or 4052445. OLE color: 4052445.

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

Color convert

RGB 221 213 61 -
CMYK 0 0.04 0.72 0.13
HSL 57º 0.7% 0.55% -
HSV(B) 57º 0.72% 0.87% -
XYZ 54.46 63.3 13.76 -
YUV 198.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 221 213 61 0 0.04 0.72 0.13 57 0.7 0.55
Hex DD D5 3D 0 4 48 D 39 46 37
Octal 335 325 75 0 4 110 15 71 106 67
Binary 11011101 11010101 111101 0 100 1001000 1101 111001 1000110 110111

Color Harmonies of #DDD53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD53D

Black with #DDD53D

Text Example


Text Example

White with #DDD53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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