Html Css Color HEX #DCD83D Starship

📋 copy color: '#DCD83D'

red 220 ◦ green 216 ◦ blue 61

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

Shades of Starship #DCD83D

Tints of Starship #DCD83D

RGB

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

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

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

R = 44.27%
G = 43.46%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCD83D (or 0xDCD83D) is known color: Starship. HEX triplet: DC, D8 and 3D. RGB value is (220,216,61). Sum of RGB (Red+Green+Blue) = 220+216+61=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD83D is #2327C2. Grayscale: #C8C8C8. Windows color (decimal): -2303939 or 4053212. OLE color: 4053212.

HSL color Cylindrical-coordinate representation of color #DCD83D: hue angle of 58.49º 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 #DCD83D is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 61 -
CMYK 0 0.02 0.72 0.14
HSL 58.49º 0.69% 0.55% -
HSV(B) 58.49º 0.72% 0.86% -
XYZ 54.91 64.66 14 -
YUV 199.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 220 216 61 0 0.02 0.72 0.14 58.49 0.69 0.55
Hex DC D8 3D 0 2 48 E 3A 45 37
Octal 334 330 75 0 2 110 16 72 105 67
Binary 11011100 11011000 111101 0 10 1001000 1110 111010 1000101 110111

Color Harmonies of #DCD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD83D

Black with #DCD83D

Text Example


Text Example

White with #DCD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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