Html Css Color HEX #DDD331 Starship

📋 copy color: '#DDD331'

red 221 ◦ green 211 ◦ blue 49

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

Shades of Starship #DDD331

Tints of Starship #DDD331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.87%

 BLUE value IS 49 (19.53% from 255) = 10.19%

R = 45.95%
G = 43.87%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDD331 (or 0xDDD331) is known color: Starship. HEX triplet: DD, D3 and 31. RGB value is (221,211,49). Sum of RGB (Red+Green+Blue) = 221+211+49=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD331 is #222CCE. Grayscale: #C4C4C4. Windows color (decimal): -2239695 or 3265501. OLE color: 3265501.

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

Color convert

RGB 221 211 49 -
CMYK 0 0.05 0.78 0.13
HSL 56.51º 0.72% 0.53% -
HSV(B) 56.51º 0.78% 0.87% -
XYZ 53.67 62.18 12.08 -
YUV 195.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 221 211 49 0 0.05 0.78 0.13 56.51 0.72 0.53
Hex DD D3 31 0 5 4E D 39 48 35
Octal 335 323 61 0 5 116 15 71 110 65
Binary 11011101 11010011 110001 0 101 1001110 1101 111001 1001000 110101

Color Harmonies of #DDD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD331

Black with #DDD331

Text Example


Text Example

White with #DDD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD331; }

 p { color: rgb(221,211,49); }

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

background-color css

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

 a { background-color: rgb(221,211,49); }

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

border-color css

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

 span { border-color: rgb(221,211,49); }

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