Html Css Color HEX #DCD837 Starship

📋 copy color: '#DCD837'

red 220 ◦ green 216 ◦ blue 55

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

Shades of Starship #DCD837

Tints of Starship #DCD837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.2%

R = 44.81%
G = 43.99%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD837 (or 0xDCD837) is known color: Starship. HEX triplet: DC, D8 and 37. RGB value is (220,216,55). Sum of RGB (Red+Green+Blue) = 220+216+55=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 55 (21.88% from 255 or 11.20% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD837 is #2327C8. Grayscale: #C7C7C7. Windows color (decimal): -2303945 or 3659996. OLE color: 3659996.

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

Color convert

RGB 220 216 55 -
CMYK 0 0.02 0.75 0.14
HSL 58.55º 0.7% 0.54% -
HSV(B) 58.55º 0.75% 0.86% -
XYZ 54.76 64.6 13.2 -
YUV 198.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 220 216 55 0 0.02 0.75 0.14 58.55 0.7 0.54
Hex DC D8 37 0 2 4B E 3B 46 36
Octal 334 330 67 0 2 113 16 73 106 66
Binary 11011100 11011000 110111 0 10 1001011 1110 111011 1000110 110110

Color Harmonies of #DCD837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD837

Black with #DCD837

Text Example


Text Example

White with #DCD837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD837; }

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

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

background-color css

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

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

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

border-color css

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

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

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