Html Css Color HEX #DCD93D Starship

📋 copy color: '#DCD93D'

red 220 ◦ green 217 ◦ blue 61

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

Shades of Starship #DCD93D

Tints of Starship #DCD93D

RGB

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

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

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

R = 44.18%
G = 43.57%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCD93D (or 0xDCD93D) is known color: Starship. HEX triplet: DC, D9 and 3D. RGB value is (220,217,61). Sum of RGB (Red+Green+Blue) = 220+217+61=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD93D is #2326C2. Grayscale: #C8C8C8. Windows color (decimal): -2303683 or 4053468. OLE color: 4053468.

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

Color convert

RGB 220 217 61 -
CMYK 0 0.01 0.72 0.14
HSL 58.87º 0.69% 0.55% -
HSV(B) 58.87º 0.72% 0.86% -
XYZ 55.17 65.18 14.09 -
YUV 200.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 220 217 61 0 0.01 0.72 0.14 58.87 0.69 0.55
Hex DC D9 3D 0 1 48 E 3B 45 37
Octal 334 331 75 0 1 110 16 73 105 67
Binary 11011100 11011001 111101 0 1 1001000 1110 111011 1000101 110111

Color Harmonies of #DCD93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD93D

Black with #DCD93D

Text Example


Text Example

White with #DCD93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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