Html Css Color HEX #DCDC47 Starship

📋 copy color: '#DCDC47'

red 220 ◦ green 220 ◦ blue 71

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

Shades of Starship #DCDC47

Tints of Starship #DCDC47

RGB

 RED value IS 220 (86.33% from 255) = 43.05%

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

 BLUE value IS 71 (28.13% from 255) = 13.89%

R = 43.05%
G = 43.05%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCDC47 (or 0xDCDC47) is known color: Starship. HEX triplet: DC, DC and 47. RGB value is (220,220,71). Sum of RGB (Red+Green+Blue) = 220+220+71=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC47 is #2323B8. Grayscale: #CBCBCB. Windows color (decimal): -2302905 or 4709596. OLE color: 4709596.

HSL color Cylindrical-coordinate representation of color #DCDC47: hue angle of 60º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCDC47 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 71 -
CMYK 0 0 0.68 0.14
HSL 60º 0.68% 0.57% -
HSV(B) 60º 0.68% 0.86% -
XYZ 56.25 66.86 15.9 -
YUV 203.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 220 220 71 0 0 0.68 0.14 60 0.68 0.57
Hex DC DC 47 0 0 44 E 3C 44 39
Octal 334 334 107 0 0 104 16 74 104 71
Binary 11011100 11011100 1000111 0 0 1000100 1110 111100 1000100 111001

Color Harmonies of #DCDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC47

Black with #DCDC47

Text Example


Text Example

White with #DCDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC47; }

 p { color: rgb(220,220,71); }

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

background-color css

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

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

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

border-color css

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

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

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