Html Css Color HEX #DDDC3D Starship

📋 copy color: '#DDDC3D'

red 221 ◦ green 220 ◦ blue 61

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

Shades of Starship #DDDC3D

Tints of Starship #DDDC3D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 61 (24.22% from 255) = 12.15%

R = 44.02%
G = 43.82%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDDC3D (or 0xDDDC3D) is known color: Starship. HEX triplet: DD, DC and 3D. RGB value is (221,220,61). Sum of RGB (Red+Green+Blue) = 221+220+61=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC3D is #2223C2. Grayscale: #CACACA. Windows color (decimal): -2237379 or 4054237. OLE color: 4054237.

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

Color convert

RGB 221 220 61 -
CMYK 0 0.00 0.72 0.13
HSL 59.63º 0.7% 0.55% -
HSV(B) 59.63º 0.72% 0.87% -
XYZ 56.25 66.9 14.36 -
YUV 202.17 48.33 141.43 -
System Red Green Blue C M Y K H S L
Decimal 221 220 61 0 0.00 0.72 0.13 59.63 0.7 0.55
Hex DD DC 3D 0 0 48 D 3C 46 37
Octal 335 334 75 0 0 110 15 74 106 67
Binary 11011101 11011100 111101 0 0 1001000 1101 111100 1000110 110111

Color Harmonies of #DDDC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC3D

Black with #DDDC3D

Text Example


Text Example

White with #DDDC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC3D; }

 p { color: rgb(221,220,61); }

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

background-color css

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

 a { background-color: rgb(221,220,61); }

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

border-color css

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

 span { border-color: rgb(221,220,61); }

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