Html Css Color HEX #DCD63C Starship

📋 copy color: '#DCD63C'

red 220 ◦ green 214 ◦ blue 60

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

Shades of Starship #DCD63C

Tints of Starship #DCD63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.15%

R = 44.53%
G = 43.32%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCD63C (or 0xDCD63C) is known color: Starship. HEX triplet: DC, D6 and 3C. RGB value is (220,214,60). Sum of RGB (Red+Green+Blue) = 220+214+60=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD63C is #2329C3. Grayscale: #C6C6C6. Windows color (decimal): -2304452 or 3987164. OLE color: 3987164.

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

Color convert

RGB 220 214 60 -
CMYK 0 0.03 0.73 0.14
HSL 57.75º 0.7% 0.55% -
HSV(B) 57.75º 0.73% 0.86% -
XYZ 54.38 63.64 13.69 -
YUV 198.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 220 214 60 0 0.03 0.73 0.14 57.75 0.7 0.55
Hex DC D6 3C 0 3 49 E 3A 46 37
Octal 334 326 74 0 3 111 16 72 106 67
Binary 11011100 11010110 111100 0 11 1001001 1110 111010 1000110 110111

Color Harmonies of #DCD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD63C

Black with #DCD63C

Text Example


Text Example

White with #DCD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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