Html Css Color HEX #DCD831 Starship

📋 copy color: '#DCD831'

red 220 ◦ green 216 ◦ blue 49

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

Shades of Starship #DCD831

Tints of Starship #DCD831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.1%

R = 45.36%
G = 44.54%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCD831 (or 0xDCD831) is known color: Starship. HEX triplet: DC, D8 and 31. RGB value is (220,216,49). Sum of RGB (Red+Green+Blue) = 220+216+49=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD831 is #2327CE. Grayscale: #C6C6C6. Windows color (decimal): -2303951 or 3266780. OLE color: 3266780.

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

Color convert

RGB 220 216 49 -
CMYK 0 0.02 0.78 0.14
HSL 58.6º 0.71% 0.53% -
HSV(B) 58.6º 0.78% 0.86% -
XYZ 54.63 64.55 12.49 -
YUV 198.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 220 216 49 0 0.02 0.78 0.14 58.6 0.71 0.53
Hex DC D8 31 0 2 4E E 3B 47 35
Octal 334 330 61 0 2 116 16 73 107 65
Binary 11011100 11011000 110001 0 10 1001110 1110 111011 1000111 110101

Color Harmonies of #DCD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD831

Black with #DCD831

Text Example


Text Example

White with #DCD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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