Html Css Color HEX #DCD944 Starship

📋 copy color: '#DCD944'

red 220 ◦ green 217 ◦ blue 68

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

Shades of Starship #DCD944

Tints of Starship #DCD944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.47%

R = 43.56%
G = 42.97%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCD944 (or 0xDCD944) is known color: Starship. HEX triplet: DC, D9 and 44. RGB value is (220,217,68). Sum of RGB (Red+Green+Blue) = 220+217+68=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD944 is #2326BB. Grayscale: #C9C9C9. Windows color (decimal): -2303676 or 4512220. OLE color: 4512220.

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

Color convert

RGB 220 217 68 -
CMYK 0 0.01 0.69 0.14
HSL 58.82º 0.68% 0.56% -
HSV(B) 58.82º 0.69% 0.86% -
XYZ 55.37 65.26 15.15 -
YUV 200.91 52.99 141.62 -
System Red Green Blue C M Y K H S L
Decimal 220 217 68 0 0.01 0.69 0.14 58.82 0.68 0.56
Hex DC D9 44 0 1 45 E 3B 44 38
Octal 334 331 104 0 1 105 16 73 104 70
Binary 11011100 11011001 1000100 0 1 1000101 1110 111011 1000100 111000

Color Harmonies of #DCD944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD944

Black with #DCD944

Text Example


Text Example

White with #DCD944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD944; }

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

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

background-color css

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

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

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

border-color css

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

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

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