Html Css Color HEX #DDD947 Starship

📋 copy color: '#DDD947'

red 221 ◦ green 217 ◦ blue 71

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

Shades of Starship #DDD947

Tints of Starship #DDD947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.95%

R = 43.42%
G = 42.63%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDD947 (or 0xDDD947) is known color: Starship. HEX triplet: DD, D9 and 47. RGB value is (221,217,71). Sum of RGB (Red+Green+Blue) = 221+217+71=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD947 is #2226B8. Grayscale: #CACACA. Windows color (decimal): -2238137 or 4708829. OLE color: 4708829.

HSL color Cylindrical-coordinate representation of color #DDD947: hue angle of 58.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDD947 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 71 -
CMYK 0 0.02 0.68 0.13
HSL 58.4º 0.69% 0.57% -
HSV(B) 58.4º 0.68% 0.87% -
XYZ 55.77 65.45 15.66 -
YUV 201.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 221 217 71 0 0.02 0.68 0.13 58.4 0.69 0.57
Hex DD D9 47 0 2 44 D 3A 45 39
Octal 335 331 107 0 2 104 15 72 105 71
Binary 11011101 11011001 1000111 0 10 1000100 1101 111010 1000101 111001

Color Harmonies of #DDD947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD947

Black with #DDD947

Text Example


Text Example

White with #DDD947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD947; }

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

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

background-color css

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

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

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

border-color css

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

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

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