Html Css Color HEX #DCD53C Starship

📋 copy color: '#DCD53C'

red 220 ◦ green 213 ◦ blue 60

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

Shades of Starship #DCD53C

Tints of Starship #DCD53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.2%

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

R = 44.62%
G = 43.2%
B = 12.17%

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

#DCD53C (or 0xDCD53C) is known color: Starship. HEX triplet: DC, D5 and 3C. RGB value is (220,213,60). Sum of RGB (Red+Green+Blue) = 220+213+60=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD53C is #232AC3. Grayscale: #C6C6C6. Windows color (decimal): -2304708 or 3986908. OLE color: 3986908.

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

Color convert

RGB 220 213 60 -
CMYK 0 0.03 0.73 0.14
HSL 57.38º 0.7% 0.55% -
HSV(B) 57.38º 0.73% 0.86% -
XYZ 54.13 63.13 13.61 -
YUV 197.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 220 213 60 0 0.03 0.73 0.14 57.38 0.7 0.55
Hex DC D5 3C 0 3 49 E 39 46 37
Octal 334 325 74 0 3 111 16 71 106 67
Binary 11011100 11010101 111100 0 11 1001001 1110 111001 1000110 110111

Color Harmonies of #DCD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD53C

Black with #DCD53C

Text Example


Text Example

White with #DCD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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