Html Css Color HEX #DCD93A Starship

📋 copy color: '#DCD93A'

red 220 ◦ green 217 ◦ blue 58

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

Shades of Starship #DCD93A

Tints of Starship #DCD93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.72%

R = 44.44%
G = 43.84%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCD93A (or 0xDCD93A) is known color: Starship. HEX triplet: DC, D9 and 3A. RGB value is (220,217,58). Sum of RGB (Red+Green+Blue) = 220+217+58=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD93A is #2326C5. Grayscale: #C8C8C8. Windows color (decimal): -2303686 or 3856860. OLE color: 3856860.

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

Color convert

RGB 220 217 58 -
CMYK 0 0.01 0.74 0.14
HSL 58.89º 0.7% 0.55% -
HSV(B) 58.89º 0.74% 0.86% -
XYZ 55.09 65.15 13.67 -
YUV 199.77 47.99 142.43 -
System Red Green Blue C M Y K H S L
Decimal 220 217 58 0 0.01 0.74 0.14 58.89 0.7 0.55
Hex DC D9 3A 0 1 4A E 3B 46 37
Octal 334 331 72 0 1 112 16 73 106 67
Binary 11011100 11011001 111010 0 1 1001010 1110 111011 1000110 110111

Color Harmonies of #DCD93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD93A

Black with #DCD93A

Text Example


Text Example

White with #DCD93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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