Html Css Color HEX #DDD940 Starship

📋 copy color: '#DDD940'

red 221 ◦ green 217 ◦ blue 64

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

Shades of Starship #DDD940

Tints of Starship #DDD940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.75%

R = 44.02%
G = 43.23%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDD940 (or 0xDDD940) is known color: Starship. HEX triplet: DD, D9 and 40. RGB value is (221,217,64). Sum of RGB (Red+Green+Blue) = 221+217+64=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD940 is #2226BF. Grayscale: #C9C9C9. Windows color (decimal): -2238144 or 4250077. OLE color: 4250077.

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

Color convert

RGB 221 217 64 -
CMYK 0 0.02 0.71 0.13
HSL 58.47º 0.7% 0.56% -
HSV(B) 58.47º 0.71% 0.87% -
XYZ 55.56 65.37 14.54 -
YUV 200.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 221 217 64 0 0.02 0.71 0.13 58.47 0.7 0.56
Hex DD D9 40 0 2 47 D 3A 46 38
Octal 335 331 100 0 2 107 15 72 106 70
Binary 11011101 11011001 1000000 0 10 1000111 1101 111010 1000110 111000

Color Harmonies of #DDD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD940

Black with #DDD940

Text Example


Text Example

White with #DDD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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