Html Css Color HEX #DCD840 Starship

📋 copy color: '#DCD840'

red 220 ◦ green 216 ◦ blue 64

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

Shades of Starship #DCD840

Tints of Starship #DCD840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.2%

 BLUE value IS 64 (25.39% from 255) = 12.8%

R = 44%
G = 43.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD840 (or 0xDCD840) is known color: Starship. HEX triplet: DC, D8 and 40. RGB value is (220,216,64). Sum of RGB (Red+Green+Blue) = 220+216+64=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD840 is #2327BF. Grayscale: #C8C8C8. Windows color (decimal): -2303936 or 4249820. OLE color: 4249820.

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

Color convert

RGB 220 216 64 -
CMYK 0 0.02 0.71 0.14
HSL 58.46º 0.69% 0.56% -
HSV(B) 58.46º 0.71% 0.86% -
XYZ 55 64.7 14.44 -
YUV 199.87 51.33 142.36 -
System Red Green Blue C M Y K H S L
Decimal 220 216 64 0 0.02 0.71 0.14 58.46 0.69 0.56
Hex DC D8 40 0 2 47 E 3A 45 38
Octal 334 330 100 0 2 107 16 72 105 70
Binary 11011100 11011000 1000000 0 10 1000111 1110 111010 1000101 111000

Color Harmonies of #DCD840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD840

Black with #DCD840

Text Example


Text Example

White with #DCD840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD840; }

 p { color: rgb(220,216,64); }

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

background-color css

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

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

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

border-color css

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

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

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