Html Css Color HEX #DDD530 Starship

📋 copy color: '#DDD530'

red 221 ◦ green 213 ◦ blue 48

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

Shades of Starship #DDD530

Tints of Starship #DDD530

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.19%

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

R = 45.85%
G = 44.19%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDD530 (or 0xDDD530) is known color: Starship. HEX triplet: DD, D5 and 30. RGB value is (221,213,48). Sum of RGB (Red+Green+Blue) = 221+213+48=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD530 is #222ACF. Grayscale: #C5C5C5. Windows color (decimal): -2239184 or 3200477. OLE color: 3200477.

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

Color convert

RGB 221 213 48 -
CMYK 0 0.04 0.78 0.13
HSL 57.23º 0.72% 0.53% -
HSV(B) 57.23º 0.78% 0.87% -
XYZ 54.15 63.17 12.14 -
YUV 196.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 221 213 48 0 0.04 0.78 0.13 57.23 0.72 0.53
Hex DD D5 30 0 4 4E D 39 48 35
Octal 335 325 60 0 4 116 15 71 110 65
Binary 11011101 11010101 110000 0 100 1001110 1101 111001 1001000 110101

Color Harmonies of #DDD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD530

Black with #DDD530

Text Example


Text Example

White with #DDD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD530; }

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

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

background-color css

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

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

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

border-color css

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

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

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