Html Css Color HEX #DCD63B Starship

📋 copy color: '#DCD63B'

red 220 ◦ green 214 ◦ blue 59

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

Shades of Starship #DCD63B

Tints of Starship #DCD63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.97%

R = 44.62%
G = 43.41%
B = 11.97%

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

#DCD63B (or 0xDCD63B) is known color: Starship. HEX triplet: DC, D6 and 3B. RGB value is (220,214,59). Sum of RGB (Red+Green+Blue) = 220+214+59=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD63B is #2329C4. Grayscale: #C6C6C6. Windows color (decimal): -2304453 or 3921628. OLE color: 3921628.

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

Color convert

RGB 220 214 59 -
CMYK 0 0.03 0.73 0.14
HSL 57.76º 0.7% 0.55% -
HSV(B) 57.76º 0.73% 0.86% -
XYZ 54.35 63.62 13.55 -
YUV 198.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 220 214 59 0 0.03 0.73 0.14 57.76 0.7 0.55
Hex DC D6 3B 0 3 49 E 3A 46 37
Octal 334 326 73 0 3 111 16 72 106 67
Binary 11011100 11010110 111011 0 11 1001001 1110 111010 1000110 110111

Color Harmonies of #DCD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD63B

Black with #DCD63B

Text Example


Text Example

White with #DCD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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