Html Css Color HEX #DDD941 Starship

📋 copy color: '#DDD941'

red 221 ◦ green 217 ◦ blue 65

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

Shades of Starship #DDD941

Tints of Starship #DDD941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.92%

R = 43.94%
G = 43.14%
B = 12.92%

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

#DDD941 (or 0xDDD941) is known color: Starship. HEX triplet: DD, D9 and 41. RGB value is (221,217,65). Sum of RGB (Red+Green+Blue) = 221+217+65=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD941 is #2226BE. Grayscale: #C9C9C9. Windows color (decimal): -2238143 or 4315613. OLE color: 4315613.

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

Color convert

RGB 221 217 65 -
CMYK 0 0.02 0.71 0.13
HSL 58.46º 0.7% 0.56% -
HSV(B) 58.46º 0.71% 0.87% -
XYZ 55.59 65.38 14.69 -
YUV 200.87 51.33 142.36 -
System Red Green Blue C M Y K H S L
Decimal 221 217 65 0 0.02 0.71 0.13 58.46 0.7 0.56
Hex DD D9 41 0 2 47 D 3A 46 38
Octal 335 331 101 0 2 107 15 72 106 70
Binary 11011101 11011001 1000001 0 10 1000111 1101 111010 1000110 111000

Color Harmonies of #DDD941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD941

Black with #DDD941

Text Example


Text Example

White with #DDD941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD941; }

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

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

background-color css

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

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

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

border-color css

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

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

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