Html Css Color HEX #DDD52D Starship

📋 copy color: '#DDD52D'

red 221 ◦ green 213 ◦ blue 45

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

Shades of Starship #DDD52D

Tints of Starship #DDD52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.39%

R = 46.14%
G = 44.47%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDD52D (or 0xDDD52D) is known color: Starship. HEX triplet: DD, D5 and 2D. RGB value is (221,213,45). Sum of RGB (Red+Green+Blue) = 221+213+45=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD52D is #222AD2. Grayscale: #C4C4C4. Windows color (decimal): -2239187 or 3003869. OLE color: 3003869.

HSL color Cylindrical-coordinate representation of color #DDD52D: hue angle of 57.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDD52D is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 45 -
CMYK 0 0.04 0.80 0.13
HSL 57.27º 0.72% 0.52% -
HSV(B) 57.27º 0.8% 0.87% -
XYZ 54.09 63.15 11.82 -
YUV 196.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 221 213 45 0 0.04 0.80 0.13 57.27 0.72 0.52
Hex DD D5 2D 0 4 50 D 39 48 34
Octal 335 325 55 0 4 120 15 71 110 64
Binary 11011101 11010101 101101 0 100 1010000 1101 111001 1001000 110100

Color Harmonies of #DDD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD52D

Black with #DDD52D

Text Example


Text Example

White with #DDD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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