Html Css Color HEX #DCD83F Starship

📋 copy color: '#DCD83F'

red 220 ◦ green 216 ◦ blue 63

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

Shades of Starship #DCD83F

Tints of Starship #DCD83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.63%

R = 44.09%
G = 43.29%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD83F (or 0xDCD83F) is known color: Starship. HEX triplet: DC, D8 and 3F. RGB value is (220,216,63). Sum of RGB (Red+Green+Blue) = 220+216+63=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD83F is #2327C0. Grayscale: #C8C8C8. Windows color (decimal): -2303937 or 4184284. OLE color: 4184284.

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

Color convert

RGB 220 216 63 -
CMYK 0 0.02 0.71 0.14
HSL 58.47º 0.69% 0.55% -
HSV(B) 58.47º 0.71% 0.86% -
XYZ 54.97 64.69 14.29 -
YUV 199.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 220 216 63 0 0.02 0.71 0.14 58.47 0.69 0.55
Hex DC D8 3F 0 2 47 E 3A 45 37
Octal 334 330 77 0 2 107 16 72 105 67
Binary 11011100 11011000 111111 0 10 1000111 1110 111010 1000101 110111

Color Harmonies of #DCD83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD83F

Black with #DCD83F

Text Example


Text Example

White with #DCD83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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