Html Css Color HEX #DDD53C Starship

📋 copy color: '#DDD53C'

red 221 ◦ green 213 ◦ blue 60

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

Shades of Starship #DDD53C

Tints of Starship #DDD53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.15%

R = 44.74%
G = 43.12%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDD53C (or 0xDDD53C) is known color: Starship. HEX triplet: DD, D5 and 3C. RGB value is (221,213,60). Sum of RGB (Red+Green+Blue) = 221+213+60=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD53C is #222AC3. Grayscale: #C6C6C6. Windows color (decimal): -2239172 or 3986909. OLE color: 3986909.

HSL color Cylindrical-coordinate representation of color #DDD53C: hue angle of 57.02º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDD53C is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 60 -
CMYK 0 0.04 0.73 0.13
HSL 57.02º 0.7% 0.55% -
HSV(B) 57.02º 0.73% 0.87% -
XYZ 54.43 63.29 13.62 -
YUV 197.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 221 213 60 0 0.04 0.73 0.13 57.02 0.7 0.55
Hex DD D5 3C 0 4 49 D 39 46 37
Octal 335 325 74 0 4 111 15 71 106 67
Binary 11011101 11010101 111100 0 100 1001001 1101 111001 1000110 110111

Color Harmonies of #DDD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD53C

Black with #DDD53C

Text Example


Text Example

White with #DDD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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