Html Css Color HEX #DCD940 Starship

📋 copy color: '#DCD940'

red 220 ◦ green 217 ◦ blue 64

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

Shades of Starship #DCD940

Tints of Starship #DCD940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.31%

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

R = 43.91%
G = 43.31%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD940 (or 0xDCD940) is known color: Starship. HEX triplet: DC, D9 and 40. RGB value is (220,217,64). Sum of RGB (Red+Green+Blue) = 220+217+64=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD940 is #2326BF. Grayscale: #C9C9C9. Windows color (decimal): -2303680 or 4250076. OLE color: 4250076.

HSL color Cylindrical-coordinate representation of color #DCD940: hue angle of 58.85º 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 #DCD940 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 64 -
CMYK 0 0.01 0.71 0.14
HSL 58.85º 0.69% 0.56% -
HSV(B) 58.85º 0.71% 0.86% -
XYZ 55.25 65.21 14.53 -
YUV 200.46 50.99 141.94 -
System Red Green Blue C M Y K H S L
Decimal 220 217 64 0 0.01 0.71 0.14 58.85 0.69 0.56
Hex DC D9 40 0 1 47 E 3B 45 38
Octal 334 331 100 0 1 107 16 73 105 70
Binary 11011100 11011001 1000000 0 1 1000111 1110 111011 1000101 111000

Color Harmonies of #DCD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD940

Black with #DCD940

Text Example


Text Example

White with #DCD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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