Html Css Color HEX #DCD63F Starship

📋 copy color: '#DCD63F'

red 220 ◦ green 214 ◦ blue 63

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

Shades of Starship #DCD63F

Tints of Starship #DCD63F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

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

R = 44.27%
G = 43.06%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD63F (or 0xDCD63F) is known color: Starship. HEX triplet: DC, D6 and 3F. RGB value is (220,214,63). Sum of RGB (Red+Green+Blue) = 220+214+63=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD63F is #2329C0. Grayscale: #C7C7C7. Windows color (decimal): -2304449 or 4183772. OLE color: 4183772.

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

Color convert

RGB 220 214 63 -
CMYK 0 0.03 0.71 0.14
HSL 57.71º 0.69% 0.55% -
HSV(B) 57.71º 0.71% 0.86% -
XYZ 54.46 63.67 14.12 -
YUV 198.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 220 214 63 0 0.03 0.71 0.14 57.71 0.69 0.55
Hex DC D6 3F 0 3 47 E 3A 45 37
Octal 334 326 77 0 3 107 16 72 105 67
Binary 11011100 11010110 111111 0 11 1000111 1110 111010 1000101 110111

Color Harmonies of #DCD63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD63F

Black with #DCD63F

Text Example


Text Example

White with #DCD63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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