Html Css Color HEX #DDD930 Starship

📋 copy color: '#DDD930'

red 221 ◦ green 217 ◦ blue 48

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

Shades of Starship #DDD930

Tints of Starship #DDD930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.88%

R = 45.47%
G = 44.65%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDD930 (or 0xDDD930) is known color: Starship. HEX triplet: DD, D9 and 30. RGB value is (221,217,48). Sum of RGB (Red+Green+Blue) = 221+217+48=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD930 is #2226CF. Grayscale: #C7C7C7. Windows color (decimal): -2238160 or 3201501. OLE color: 3201501.

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

Color convert

RGB 221 217 48 -
CMYK 0 0.02 0.78 0.13
HSL 58.61º 0.72% 0.53% -
HSV(B) 58.61º 0.78% 0.87% -
XYZ 55.17 65.21 12.48 -
YUV 198.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 221 217 48 0 0.02 0.78 0.13 58.61 0.72 0.53
Hex DD D9 30 0 2 4E D 3B 48 35
Octal 335 331 60 0 2 116 15 73 110 65
Binary 11011101 11011001 110000 0 10 1001110 1101 111011 1001000 110101

Color Harmonies of #DDD930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD930

Black with #DDD930

Text Example


Text Example

White with #DDD930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD930; }

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

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

background-color css

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

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

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

border-color css

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

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

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